Guest User

Code

a guest
Aug 17th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>de.cimeyclust</groupId>
  8. <artifactId>CimeyRolePlay</artifactId>
  9. <version>1.0</version>
  10.  
  11. <properties>
  12. <maven.compiler.source>8</maven.compiler.source>
  13. <maven.compiler.target>8</maven.compiler.target>
  14. </properties>
  15.  
  16. <repositories>
  17. <repository>
  18. <id>papermc</id>
  19. <url>https://papermc.io/repo/repository/maven-public/</url>
  20. </repository>
  21. <repository>
  22. <id>jitpack.io</id>
  23. <url>https://jitpack.io</url>
  24. </repository>
  25. <repository>
  26. <id>jitpack.io</id>
  27. <url>https://jitpack.io</url>
  28. </repository>
  29. </repositories>
  30.  
  31. <dependencies>
  32. <dependency>
  33. <groupId>com.destroystokyo.paper</groupId>
  34. <artifactId>paper-api</artifactId>
  35. <version>1.16.5-R0.1-SNAPSHOT</version>
  36. <scope>provided</scope>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.geysermc</groupId>
  40. <artifactId>floodgate-bukkit</artifactId>
  41. <version>1.0</version>
  42. <scope>system</scope>
  43. <systemPath>D:/Workspace/Lib/floodgate-bukkit.jar</systemPath>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.github.MilkBowl</groupId>
  47. <artifactId>VaultAPI</artifactId>
  48. <version>1.7</version>
  49. <scope>provided</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>mysql</groupId>
  53. <artifactId>mysql-connector-java</artifactId>
  54. <version>8.0.23</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>commons-dbutils</groupId>
  58. <artifactId>commons-dbutils</artifactId>
  59. <version>1.7</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.github.Archy-X</groupId>
  63. <artifactId>AureliumSkills</artifactId>
  64. <version>Beta1.2.0</version>
  65. </dependency>
  66. </dependencies>
  67.  
  68. </project>
Advertisement
Add Comment
Please, Sign In to add comment