Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>net.h3x1d3c</groupId>
  4. <artifactId>CeruleanProsopidicola</artifactId>
  5. <version>0.0.1-SNAPSHOT</version>
  6. <repositories>
  7. <repository>
  8. <id>spigot-repo</id>
  9. <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
  10. </repository>
  11. <repository>
  12. <id>sk89q-repo</id>
  13. <url>https://maven.sk89q.com/repo/com/sk89q/</url>
  14. <snapshots>
  15. <enabled>true</enabled>
  16. </snapshots>
  17. </repository>
  18. <repository>
  19. <id>adobe-repo</id>
  20. <url>https://repo.adobe.com/nexus/content/repositories/public/rhino</url>
  21. </repository>
  22. </repositories>
  23. <dependencies>
  24. <dependency>
  25. <groupId>org.spigotmc</groupId>
  26. <artifactId>spigot-api</artifactId>
  27. <version>1.10.2-R0.1-SNAPSHOT</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>worldedit</groupId>
  31. <artifactId>worldedit-core</artifactId>
  32. <version>6.1.4-SNAPSHOT</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>rhino</groupId>
  36. <artifactId>js</artifactId>
  37. <version>1.7R2</version>
  38. </dependency>
  39. </dependencies>
  40. <build>
  41. <resources>
  42. <resource>
  43. <directory>src/main/resources</directory>
  44. <filtering>true</filtering>
  45. </resource>
  46. </resources>
  47. </build>
  48. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement