Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <dependencies>
  2. <dependency>
  3. <groupId>javax</groupId>
  4. <artifactId>javaee-api</artifactId>
  5. <version>7.0</version>
  6. <scope>provided</scope>
  7. <type>jar</type>
  8. </dependency>
  9. <dependency>
  10. <groupId>org.wildfly.core</groupId>
  11. <artifactId>wildfly-server</artifactId>
  12. <version>2.2.0.Final</version>
  13. <scope>provided</scope>
  14. </dependency>
  15. <dependency>
  16. <groupId>net.sourceforge.owlapi</groupId>
  17. <artifactId>owlapi-distribution</artifactId>
  18. <version>5.1.0</version>
  19. </dependency>
  20.  
  21. <dependency>
  22. <groupId>org.json</groupId>
  23. <artifactId>json</artifactId>
  24. <version>20180130</version>
  25. </dependency>
  26.  
  27. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement