Commit c302acc63f30d12cba03a42df3ff1ed5caddb6a9
1 parent
4068ee55
Exists in
master
Adicionada dependência do el-impl com escopo de teste
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
impl/extension/jsf/pom.xml
... | ... | @@ -80,6 +80,11 @@ |
80 | 80 | <artifactId>jsf-impl</artifactId> |
81 | 81 | <scope>test</scope> |
82 | 82 | </dependency> |
83 | + <dependency> | |
84 | + <groupId>org.glassfish.web</groupId> | |
85 | + <artifactId>el-impl</artifactId> | |
86 | + <scope>test</scope> | |
87 | + </dependency> | |
83 | 88 | </dependencies> |
84 | 89 | |
85 | 90 | <repositories> | ... | ... |