pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>com.nokia</groupId>
  5. <artifactId>acl_tousu</artifactId>
  6. <version>1.11</version>
  7. <parent>
  8. <groupId>com.nokia</groupId>
  9. <artifactId>hb_springboot_parent</artifactId>
  10. <version>1.0</version>
  11. <relativePath />
  12. </parent>
  13. <properties>
  14. <skipTests>true</skipTests>
  15. </properties>
  16. <dependencyManagement>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.google.guava</groupId>
  20. <artifactId>guava</artifactId>
  21. <version>30.1.1-jre</version>
  22. <scope>compile</scope>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.squareup.okhttp3</groupId>
  26. <artifactId>okhttp</artifactId>
  27. <version>4.10.0</version>
  28. <scope>compile</scope>
  29. </dependency>
  30. <!-- https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui -->
  31. <dependency>
  32. <groupId>org.springdoc</groupId>
  33. <artifactId>springdoc-openapi-ui</artifactId>
  34. <version>1.6.9</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.checkerframework</groupId>
  38. <artifactId>checker-qual</artifactId>
  39. <version>3.8.0</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>io.swagger.core.v3</groupId>
  43. <artifactId>swagger-annotations</artifactId>
  44. <version>2.2.2</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>io.swagger.core.v3</groupId>
  48. <artifactId>swagger-models</artifactId>
  49. <version>2.2.2</version>
  50. </dependency>
  51. </dependencies>
  52. </dependencyManagement>
  53. <dependencies>
  54. <dependency>
  55. <groupId>org.springframework.boot</groupId>
  56. <artifactId>spring-boot-configuration-processor</artifactId>
  57. <optional>true</optional>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.springframework.boot</groupId>
  61. <artifactId>spring-boot-starter-validation</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.boot</groupId>
  65. <artifactId>spring-boot-starter-data-redis</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.alibaba</groupId>
  69. <artifactId>fastjson</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.baomidou</groupId>
  73. <artifactId>mybatis-plus-boot-starter</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.postgresql</groupId>
  77. <artifactId>postgresql</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework.boot</groupId>
  81. <artifactId>spring-boot-starter-web</artifactId>
  82. </dependency>
  83. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  84. <dependency>
  85. <groupId>com.google.code.gson</groupId>
  86. <artifactId>gson</artifactId>
  87. <version>2.10</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.springframework.boot</groupId>
  91. <artifactId>spring-boot-starter-test</artifactId>
  92. <scope>test</scope>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.projectlombok</groupId>
  96. <artifactId>lombok</artifactId>
  97. <scope>provided</scope>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.apache.commons</groupId>
  101. <artifactId>commons-csv</artifactId>
  102. </dependency>
  103. <!-- https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui -->
  104. <dependency>
  105. <groupId>org.springdoc</groupId>
  106. <artifactId>springdoc-openapi-ui</artifactId>
  107. </dependency>
  108. <!-- https://mvnrepository.com/artifact/io.minio/minio -->
  109. <dependency>
  110. <groupId>io.minio</groupId>
  111. <artifactId>minio</artifactId>
  112. <version>8.4.6</version>
  113. </dependency>
  114. <!-- https://mvnrepository.com/artifact/cn.hutool/hutool-all -->
  115. <dependency>
  116. <groupId>cn.hutool</groupId>
  117. <artifactId>hutool-all</artifactId>
  118. <version>5.8.10</version>
  119. </dependency>
  120. <!-- https://mvnrepository.com/artifact/com.github.xiaoymin/knife4j-openapi3-spring-boot-starter -->
  121. <dependency>
  122. <groupId>com.github.xiaoymin</groupId>
  123. <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
  124. <version>4.0.0</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.jcraft</groupId>
  128. <artifactId>jsch</artifactId>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.xuxueli</groupId>
  132. <artifactId>xxl-job-core</artifactId>
  133. <version>2.3.0</version>
  134. </dependency>
  135. </dependencies>
  136. <build>
  137. <finalName>aclTousu</finalName>
  138. <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
  139. <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
  140. <outputDirectory>${project.basedir}/target/classes</outputDirectory>
  141. <testOutputDirectory>${project.basedir}/target/test-classes</testOutputDirectory>
  142. <plugins>
  143. <plugin>
  144. <groupId>org.apache.maven.plugins</groupId>
  145. <artifactId>maven-compiler-plugin</artifactId>
  146. <configuration>
  147. <source>1.8</source>
  148. <target>1.8</target>
  149. </configuration>
  150. </plugin>
  151. <plugin>
  152. <groupId>org.springframework.boot</groupId>
  153. <artifactId>spring-boot-maven-plugin</artifactId>
  154. </plugin>
  155. </plugins>
  156. </build>
  157. </project>