pom.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.qmth.ops</groupId>
  6. <artifactId>ops-api</artifactId>
  7. <packaging>jar</packaging>
  8. <version>1.0.2</version>
  9. <name>ops-api</name>
  10. <properties>
  11. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  12. <maven.compiler.source>1.8</maven.compiler.source>
  13. <maven.compiler.target>1.8</maven.compiler.target>
  14. <qmth.boot.version>1.0.6</qmth.boot.version>
  15. <spring.boot.version>2.3.7.RELEASE</spring.boot.version>
  16. </properties>
  17. <parent>
  18. <groupId>org.springframework.boot</groupId>
  19. <artifactId>spring-boot-starter-parent</artifactId>
  20. <version>2.3.7.RELEASE</version>
  21. <relativePath/>
  22. </parent>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.qmth.boot</groupId>
  26. <artifactId>starter-api</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.qmth.boot</groupId>
  30. <artifactId>data-mybatis-plus</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.qmth.boot</groupId>
  34. <artifactId>core-fss</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.qmth.boot</groupId>
  38. <artifactId>core-concurrent</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.qmth.boot</groupId>
  42. <artifactId>core-sms</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.qmth.boot</groupId>
  46. <artifactId>core-ai</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.qmth.boot</groupId>
  50. <artifactId>core-solar</artifactId>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.qmth.boot</groupId>
  54. <artifactId>tools-freemarker</artifactId>
  55. </dependency>
  56. <!--<dependency>
  57. <groupId>com.aliyun</groupId>
  58. <artifactId>tea-openapi</artifactId>
  59. <version>0.2.5</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.aliyun</groupId>
  63. <artifactId>docmind_api20220711</artifactId>
  64. <version>2.0.3</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.aliyun</groupId>
  68. <artifactId>credentials-java</artifactId>
  69. <version>0.2.11</version>
  70. </dependency>-->
  71. <dependency>
  72. <groupId>junit</groupId>
  73. <artifactId>junit</artifactId>
  74. <scope>test</scope>
  75. </dependency>
  76. </dependencies>
  77. <dependencyManagement>
  78. <dependencies>
  79. <dependency>
  80. <groupId>com.qmth.boot</groupId>
  81. <artifactId>starter-api</artifactId>
  82. <version>${qmth.boot.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.qmth.boot</groupId>
  86. <artifactId>data-mybatis-plus</artifactId>
  87. <version>${qmth.boot.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.qmth.boot</groupId>
  91. <artifactId>core-uid</artifactId>
  92. <version>${qmth.boot.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.qmth.boot</groupId>
  96. <artifactId>core-cache</artifactId>
  97. <version>${qmth.boot.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.qmth.boot</groupId>
  101. <artifactId>core-concurrent</artifactId>
  102. <version>${qmth.boot.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.qmth.boot</groupId>
  106. <artifactId>core-fss</artifactId>
  107. <version>${qmth.boot.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.qmth.boot</groupId>
  111. <artifactId>core-ai</artifactId>
  112. <version>${qmth.boot.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.qmth.boot</groupId>
  116. <artifactId>core-solar</artifactId>
  117. <version>${qmth.boot.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.qmth.boot</groupId>
  121. <artifactId>core-retrofit</artifactId>
  122. <version>${qmth.boot.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.qmth.boot</groupId>
  126. <artifactId>core-sms</artifactId>
  127. <version>${qmth.boot.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.qmth.boot</groupId>
  131. <artifactId>tools-freemarker</artifactId>
  132. <version>${qmth.boot.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.freemarker</groupId>
  136. <artifactId>freemarker</artifactId>
  137. <version>2.3.32</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>junit</groupId>
  141. <artifactId>junit</artifactId>
  142. <version>4.11</version>
  143. <scope>test</scope>
  144. </dependency>
  145. </dependencies>
  146. </dependencyManagement>
  147. <build>
  148. <plugins>
  149. <plugin>
  150. <groupId>org.springframework.boot</groupId>
  151. <artifactId>spring-boot-maven-plugin</artifactId>
  152. <version>${spring.boot.version}</version>
  153. </plugin>
  154. </plugins>
  155. </build>
  156. <!--<repositories>
  157. <repository>
  158. <id>nexus-public</id>
  159. <name>nexus-public</name>
  160. <url>http://192.168.10.201:8081/repository/maven-public/</url>
  161. </repository>
  162. </repositories>
  163. <pluginRepositories>
  164. <pluginRepository>
  165. <id>nexus-public</id>
  166. <name>nexus-public</name>
  167. <url>http://192.168.10.201:8081/repository/maven-public/</url>
  168. </pluginRepository>
  169. </pluginRepositories>-->
  170. </project>