Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. <dependencies>
  2. <dependency>
  3. <groupId>org.mortbay.jetty</groupId>
  4. <artifactId>jetty-util</artifactId>
  5. <version>6.1.26</version>
  6. </dependency>
  7. <dependency>
  8. <groupId>mysql</groupId>
  9. <artifactId>mysql-connector-java</artifactId>
  10. <version>5.1.47</version>
  11. </dependency>
  12. <dependency>
  13. <groupId>org.xerial</groupId>
  14. <artifactId>sqlite-jdbc</artifactId>
  15. <version>3.28.0</version>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.apache.commons</groupId>
  19. <artifactId>commons-configuration2</artifactId>
  20. <version>2.6</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>commons-beanutils</groupId>
  24. <artifactId>commons-beanutils</artifactId>
  25. <version>1.9.3</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.github.theholywaffle</groupId>
  29. <artifactId>teamspeak3-api</artifactId>
  30. <version>1.3.3</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.slf4j</groupId>
  34. <artifactId>slf4j-api</artifactId>
  35. <version>1.8.0-beta2</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.slf4j</groupId>
  39. <artifactId>slf4j-simple</artifactId>
  40. <version>1.8.0-beta2</version>
  41. <scope>test</scope>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.slf4j</groupId>
  45. <artifactId>slf4j-log4j12</artifactId>
  46. <version>1.8.0-beta2</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>commons-dbcp</groupId>
  50. <artifactId>commons-dbcp</artifactId>
  51. <version>1.4</version>
  52. </dependency>
  53. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement