Commit ca092092d4afec2f8f55d7304b25b66e3af440f7

Authored by Ednara Oliveira
1 parent ff75bd53
Exists in master

Inclusão da dependência do el-api com escopo de teste

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
impl/extension/servlet/pom.xml
@@ -71,6 +71,11 @@ @@ -71,6 +71,11 @@
71 <groupId>javax.servlet</groupId> 71 <groupId>javax.servlet</groupId>
72 <artifactId>servlet-api</artifactId> 72 <artifactId>servlet-api</artifactId>
73 </dependency> 73 </dependency>
  74 + <dependency>
  75 + <groupId>javax.el</groupId>
  76 + <artifactId>el-api</artifactId>
  77 + <scope>test</scope>
  78 + </dependency>
74 </dependencies> 79 </dependencies>
75 80
76 <repositories> 81 <repositories>