pom.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. <scm>
  13. <connection>scm:git:https://github.com/GetuiLaboratory/getui-pushapi-java-client-v2.git</connection>
  14. <developerConnection>scm:git:ssh://github.com:GetuiLaboratory/getui-pushapi-java-client-v2.git</developerConnection>
  15. <url>https://github.com/GetuiLaboratory/getui-pushapi-java-client-v2</url>
  16. </scm>
  17. <dependencies>
  18. <dependency>
  19. <groupId>org.springframework.boot</groupId>
  20. <artifactId>spring-boot-starter-web</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.ruoyi</groupId>
  24. <artifactId>ruoyi-common</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.ruoyi</groupId>
  28. <artifactId>ruoyi-framework</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.ruoyi</groupId>
  32. <artifactId>ruoyi-system</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.baomidou</groupId>
  40. <artifactId>mybatis-plus-boot-starter</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>cn.hutool</groupId>
  44. <artifactId>hutool-all</artifactId>
  45. <version>5.6.3</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>commons-net</groupId>
  49. <artifactId>commons-net</artifactId>
  50. <version>3.6</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.bouncycastle</groupId>
  54. <artifactId>bcprov-jdk15on</artifactId>
  55. <version>1.60</version>
  56. <scope>compile</scope>
  57. </dependency>
  58. <!--个推api-->
  59. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-http -->
  60. <dependency>
  61. <groupId>com.gexin.platform</groupId>
  62. <artifactId>gexin-rp-sdk-http</artifactId>
  63. <version>4.1.2.0</version>
  64. </dependency>
  65. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-fastjson -->
  66. <dependency>
  67. <groupId>com.gexin.platform</groupId>
  68. <artifactId>gexin-rp-fastjson</artifactId>
  69. <version>1.0.0.7</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.gexin.platform</groupId>
  73. <artifactId>gexin-rp-sdk-base</artifactId>
  74. <version>4.0.0.38</version>
  75. </dependency>
  76. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-template -->
  77. <dependency>
  78. <groupId>com.gexin.platform</groupId>
  79. <artifactId>gexin-rp-sdk-template</artifactId>
  80. <version>4.0.0.30</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.projectlombok</groupId>
  84. <artifactId>lombok</artifactId>
  85. <version>1.16.10</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.json</groupId>
  89. <artifactId>json</artifactId>
  90. <version>20090211</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>ch.qos.logback</groupId>
  94. <artifactId>logback-classic</artifactId>
  95. <version>1.2.3</version>
  96. <scope>provided</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.apache.httpcomponents</groupId>
  100. <artifactId>httpclient</artifactId>
  101. <version>4.5.13</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.google.code.gson</groupId>
  105. <artifactId>gson</artifactId>
  106. <version>2.8.6</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.google.guava</groupId>
  110. <artifactId>guava</artifactId>
  111. <version>19.0</version>
  112. <scope>test</scope>
  113. </dependency>
  114. </dependencies>
  115. <!-- https://mvnrepository.com/artifact/com.gexin.platform/gexin-rp-sdk-base -->
  116. <repositories>
  117. <repository>
  118. <id>getui-nexus</id>
  119. <url>http://mvn.gt.igexin.com/nexus/content/repositories/releases/</url>
  120. </repository>
  121. </repositories>
  122. </project>