pom.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. <parent>
  6. <artifactId>ruoyi</artifactId>
  7. <groupId>com.ruoyi</groupId>
  8. <version>4.6.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ruoyi-hndj</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.springframework.boot</groupId>
  15. <artifactId>spring-boot-starter-web</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.ruoyi</groupId>
  19. <artifactId>ruoyi-common</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.ruoyi</groupId>
  23. <artifactId>ruoyi-framework</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.ruoyi</groupId>
  27. <artifactId>ruoyi-system</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.baomidou</groupId>
  35. <artifactId>mybatis-plus-boot-starter</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>cn.hutool</groupId>
  39. <artifactId>hutool-all</artifactId>
  40. <version>5.6.3</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>commons-net</groupId>
  44. <artifactId>commons-net</artifactId>
  45. <version>3.6</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.bouncycastle</groupId>
  49. <artifactId>bcprov-jdk15on</artifactId>
  50. <version>1.60</version>
  51. <scope>compile</scope>
  52. </dependency>
  53. <!--个推api-->
  54. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-http -->
  55. <dependency>
  56. <groupId>com.gexin.platform</groupId>
  57. <artifactId>gexin-rp-sdk-http</artifactId>
  58. <version>4.1.2.0</version>
  59. </dependency>
  60. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-fastjson -->
  61. <dependency>
  62. <groupId>com.gexin.platform</groupId>
  63. <artifactId>gexin-rp-fastjson</artifactId>
  64. <version>1.0.0.7</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.gexin.platform</groupId>
  68. <artifactId>gexin-rp-sdk-base</artifactId>
  69. <version>4.0.0.38</version>
  70. </dependency>
  71. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-template -->
  72. <dependency>
  73. <groupId>com.gexin.platform</groupId>
  74. <artifactId>gexin-rp-sdk-template</artifactId>
  75. <version>4.0.0.30</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.projectlombok</groupId>
  79. <artifactId>lombok</artifactId>
  80. <version>1.16.10</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.json</groupId>
  84. <artifactId>json</artifactId>
  85. <version>20090211</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.apache.httpcomponents</groupId>
  89. <artifactId>httpclient</artifactId>
  90. <version>4.3.5</version>
  91. </dependency>
  92. </dependencies>
  93. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-base -->
  94. <repositories>
  95. <repository>
  96. <id>getui-nexus</id>
  97. <url>http://mvn.gt.igexin.com/nexus/content/repositories/releases/</url>
  98. </repository>
  99. </repositories>
  100. </project>