Guest User

Untitled

a guest
Oct 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.sun.faces</groupId>
  3. <artifactId>jsf-api</artifactId>
  4. <version>2.2.11</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>javax.servlet</groupId>
  8. <artifactId>javax.servlet-api</artifactId>
  9. <version>3.1.0</version>
  10. <scope>provided</scope>
  11. </dependency>
  12.  
  13. <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  14. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
  16. version="3.1">
  17.  
  18. <jboss-deployment-structure>
  19. <deployment>
  20. <dependencies>
  21. <module name="jpivot"/>
  22. </dependencies>
  23. </deployment>
  24. </jboss-deployment-structure>
Add Comment
Please, Sign In to add comment