Commit f13cf3188840fe954ace862861d0904eaaff6953
1 parent
352cdd5c
Retirando referência a escopo movido para outra extensão.
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
impl/extension/se/src/test/java/scope/ViewScopedBean.java
... | ... | @@ -2,9 +2,10 @@ package scope; |
2 | 2 | |
3 | 3 | import java.io.Serializable; |
4 | 4 | |
5 | -import br.gov.frameworkdemoiselle.lifecycle.ViewScoped; | |
5 | +import org.junit.Ignore; | |
6 | 6 | |
7 | -@ViewScoped | |
7 | +//@ViewScoped | |
8 | +@Ignore | |
8 | 9 | public class ViewScopedBean implements Serializable { |
9 | 10 | |
10 | 11 | private static final long serialVersionUID = 1L; | ... | ... |