Commit 4be198fd78576a3e2d032d8e5fd5738f4999486c

Authored by Emerson Oliveira
1 parent 9fa166a0

Ajuste no pom para incluir como provided as dependências do

javax.servlet-api
Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
impl/extension/jsf/pom.xml
... ... @@ -152,8 +152,11 @@
152 152 </exclusion>
153 153 </exclusions>
154 154 </dependency>
155   - <!--
156   - -->
  155 + <dependency>
  156 + <groupId>javax.servlet</groupId>
  157 + <artifactId>javax.servlet-api</artifactId>
  158 + <scope>provided</scope>
  159 + </dependency>
157 160 <dependency>
158 161 <groupId>com.ocpsoft</groupId>
159 162 <artifactId>prettyfaces-jsf2</artifactId>
... ...