pom.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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>huimv-farm-datacenter</artifactId>
  7. <groupId>com.huimv</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>huimv-farm-produce</artifactId>
  12. <dependencies>
  13. <!-- <dependency>-->
  14. <!-- <groupId>org.springframework.boot</groupId>-->
  15. <!-- <artifactId>spring-boot-starter-web</artifactId>-->
  16. <!-- </dependency>-->
  17. <!-- <dependency>-->
  18. <!-- <groupId>org.springframework.boot</groupId>-->
  19. <!-- <artifactId>spring-boot-starter-test</artifactId>-->
  20. <!-- <scope>test</scope>-->
  21. <!-- </dependency>-->
  22. <!--ICC-->
  23. <dependency>
  24. <groupId>com.dahuatech.icc</groupId>
  25. <artifactId>java-sdk-oauth</artifactId>
  26. <version>1.0.8</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>cn.dustlight.captcha</groupId>
  30. <artifactId>redis-store</artifactId>
  31. <version>0.0.6</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>cn.dustlight.captcha</groupId>
  35. <artifactId>captcha-core</artifactId>
  36. <version>0.0.6</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.auth0</groupId>
  40. <artifactId>java-jwt</artifactId>
  41. <version>3.3.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>io.jsonwebtoken</groupId>
  45. <artifactId>jjwt</artifactId>
  46. <version>0.9.1</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springframework.boot</groupId>
  50. <artifactId>spring-boot-starter-test</artifactId>
  51. <scope>test</scope>
  52. </dependency>
  53. <dependency>
  54. <groupId>junit</groupId>
  55. <artifactId>junit</artifactId>
  56. <scope>test</scope>
  57. </dependency>
  58. <!-- &lt;!&ndash;CloseableHttpClient&ndash;&gt;-->
  59. <!-- <dependency>-->
  60. <!-- <groupId>org.apache.httpcomponents</groupId>-->
  61. <!-- <artifactId>httpclient</artifactId>-->
  62. <!-- <version>4.5.2</version>-->
  63. <!-- </dependency>-->
  64. <!-- <dependency>-->
  65. <!-- <groupId>cn.hutool</groupId>-->
  66. <!-- <artifactId>hutool-all</artifactId>-->
  67. <!-- <version>5.7.11</version>-->
  68. <!-- </dependency>-->
  69. <!-- <dependency>-->
  70. <!-- <groupId>org.freemarker</groupId>-->
  71. <!-- <artifactId>freemarker</artifactId>-->
  72. <!-- <version>2.3.28</version>-->
  73. <!-- </dependency>-->
  74. <!-- <dependency>-->
  75. <!-- <groupId>com.baomidou</groupId>-->
  76. <!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
  77. <!-- <version>3.4.2</version>-->
  78. <!-- </dependency>-->
  79. <!-- <dependency>-->
  80. <!-- <groupId>com.baomidou</groupId>-->
  81. <!-- <artifactId>mybatis-plus-extension</artifactId>-->
  82. <!-- <version>3.4.2</version>-->
  83. <!-- </dependency>-->
  84. <!-- <dependency>-->
  85. <!-- <groupId>com.baomidou</groupId>-->
  86. <!-- <artifactId>mybatis-plus-generator</artifactId>-->
  87. <!-- <version>3.2.0</version>-->
  88. <!-- </dependency>-->
  89. <!-- <dependency>-->
  90. <!-- <groupId>org.projectlombok</groupId>-->
  91. <!-- <artifactId>lombok</artifactId>-->
  92. <!-- <optional>true</optional>-->
  93. <!-- </dependency>-->
  94. <!-- JPA -->
  95. <dependency>
  96. <groupId>org.springframework.boot</groupId>
  97. <artifactId>spring-boot-starter-data-jpa</artifactId>
  98. </dependency>
  99. <!-- MySQL -->
  100. <!-- <dependency>-->
  101. <!-- <groupId>mysql</groupId>-->
  102. <!-- <artifactId>mysql-connector-java</artifactId>-->
  103. <!-- <scope>runtime</scope>-->
  104. <!-- </dependency>-->
  105. <!-- <dependency>-->
  106. <!-- <groupId>javax.xml.bind</groupId>-->
  107. <!-- <artifactId>jaxb-api</artifactId>-->
  108. <!-- <version>2.3.0</version>-->
  109. <!-- </dependency>-->
  110. <!-- fastjson -->
  111. <dependency>
  112. <groupId>com.alibaba</groupId>
  113. <artifactId>fastjson</artifactId>
  114. <version>1.2.28</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>net.sf.json-lib</groupId>
  118. <artifactId>json-lib</artifactId>
  119. <version>2.2.3</version>
  120. <classifier>jdk15</classifier>
  121. <!-- jdk版本 -->
  122. </dependency>
  123. <!-- huimv.com -->
  124. <!-- <dependency>-->
  125. <!-- <groupId>com.huimv</groupId>-->
  126. <!-- <artifactId>huimv-common</artifactId>-->
  127. <!-- <version>0.0.1</version>-->
  128. <!-- </dependency>-->
  129. <dependency>
  130. <groupId>com.huimv</groupId>
  131. <artifactId>huimv-common</artifactId>
  132. <version>0.0.6-SNAPSHOT</version>
  133. </dependency>
  134. </dependencies>
  135. <!-- <build>-->
  136. <!-- <plugins>-->
  137. <!-- <plugin>-->
  138. <!-- <groupId>org.springframework.boot</groupId>-->
  139. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  140. <!-- <configuration>-->
  141. <!-- <includeSystemScope>true</includeSystemScope>-->
  142. <!-- </configuration>-->
  143. <!-- </plugin>-->
  144. <!-- </plugins>-->
  145. <!-- </build>-->
  146. <!-- <build>-->
  147. <!-- <plugins>-->
  148. <!-- <plugin>-->
  149. <!-- <groupId>org.springframework.boot</groupId>-->
  150. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  151. <!-- </plugin>-->
  152. <!-- <plugin>-->
  153. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  154. <!-- <artifactId>maven-resources-plugin</artifactId>-->
  155. <!-- <version>2.6</version>-->
  156. <!-- </plugin>-->
  157. <!-- </plugins>-->
  158. <!-- </build>-->
  159. </project>