dianxin-guizhou-forward
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

211 lines
8.2KB

  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.2.2.RELEASE</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.ssjl.zhaobiao.guizhou</groupId>
  12. <artifactId>dianxin-guizhou-forward</artifactId>
  13. <version>telpo0.0.2</version>
  14. <name>dianxin-guizhou-forward</name>
  15. <description>convert protocol between ssjl and dianxin guizhou</description>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-web</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-aop</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.mybatis.spring.boot</groupId>
  30. <artifactId>mybatis-spring-boot-starter</artifactId>
  31. <version>2.1.0</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.springframework.boot</groupId>
  35. <artifactId>spring-boot-starter-quartz</artifactId>
  36. <version>2.1.5.RELEASE</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.quartz-scheduler</groupId>
  40. <artifactId>quartz</artifactId>
  41. <version>2.3.1</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>mysql</groupId>
  45. <artifactId>mysql-connector-java</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.boot</groupId>
  49. <artifactId>spring-boot-starter-test</artifactId>
  50. <scope>test</scope>
  51. <exclusions>
  52. <exclusion>
  53. <groupId>org.junit.vintage</groupId>
  54. <artifactId>junit-vintage-engine</artifactId>
  55. </exclusion>
  56. </exclusions>
  57. </dependency>
  58. <!-- https://mvnrepository.com/artifact/org.eclipse.paho/org.eclipse.paho.client.mqttv3 -->
  59. <!--<dependency>-->
  60. <!--<groupId>org.eclipse.paho</groupId>-->
  61. <!--<artifactId>org.eclipse.paho.client.mqttv3</artifactId>-->
  62. <!--<version>1.2.2</version>-->
  63. <!--</dependency>-->
  64. <dependency>
  65. <groupId>com.alibaba</groupId>
  66. <artifactId>fastjson</artifactId>
  67. <version>1.2.58</version>
  68. </dependency>
  69. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
  70. <dependency>
  71. <groupId>org.apache.commons</groupId>
  72. <artifactId>commons-lang3</artifactId>
  73. <version>3.8.1</version>
  74. </dependency>
  75. <!--<dependency>-->
  76. <!--<groupId>com.aliyun</groupId>-->
  77. <!--<artifactId>aliyun-java-sdk-core</artifactId>-->
  78. <!--<version>4.4.9</version>-->
  79. <!--</dependency>-->
  80. <!--<dependency>-->
  81. <!--<groupId>com.aliyun</groupId>-->
  82. <!--<artifactId>aliyun-java-sdk-linkface</artifactId>-->
  83. <!--<version>1.2.0</version>-->
  84. <!--</dependency>-->
  85. <!--<dependency>-->
  86. <!--<groupId>com.google.code.gson</groupId>-->
  87. <!--<artifactId>gson</artifactId>-->
  88. <!--<version>2.8.5</version>-->
  89. <!--</dependency>-->
  90. <dependency>
  91. <groupId>org.projectlombok</groupId>
  92. <artifactId>lombok</artifactId>
  93. </dependency>
  94. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  95. <dependency>
  96. <groupId>com.squareup.okhttp3</groupId>
  97. <artifactId>okhttp</artifactId>
  98. <version>4.2.2</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>com.google.guava</groupId>
  102. <artifactId>guava</artifactId>
  103. <version>30.1-jre</version>
  104. </dependency>
  105. <!--<dependency>-->
  106. <!--<groupId>com.google.guava</groupId>-->
  107. <!--<artifactId>guava</artifactId>-->
  108. <!--<version>19.0</version>-->
  109. <!--<scope>test</scope>-->
  110. <!--</dependency>-->
  111. <!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
  112. <!--<dependency>-->
  113. <!--<groupId>redis.clients</groupId>-->
  114. <!--<artifactId>jedis</artifactId>-->
  115. <!--<version>3.3.0</version>-->
  116. <!--</dependency>-->
  117. <!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client -->
  118. <!--<dependency>-->
  119. <!--<groupId>com.rabbitmq</groupId>-->
  120. <!--<artifactId>amqp-client</artifactId>-->
  121. <!--<version>5.9.0</version>-->
  122. <!--</dependency>-->
  123. <!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
  124. <!--<dependency>-->
  125. <!--<groupId>io.netty</groupId>-->
  126. <!--<artifactId>netty-all</artifactId>-->
  127. <!--<version>4.1.56.Final</version>-->
  128. <!--</dependency>-->
  129. <!--&lt;!&ndash; https://mvnrepository.com/artifact/com.itextpdf/itext7-core &ndash;&gt;-->
  130. <!--<dependency>-->
  131. <!--<groupId>com.itextpdf</groupId>-->
  132. <!--<artifactId>itext7-core</artifactId>-->
  133. <!--<version>7.1.11</version>-->
  134. <!--<type>pom</type>-->
  135. <!--</dependency>-->
  136. <!--&lt;!&ndash; https://mvnrepository.com/artifact/com.itextpdf/font-asian &ndash;&gt;-->
  137. <!--<dependency>-->
  138. <!--<groupId>com.itextpdf</groupId>-->
  139. <!--<artifactId>font-asian</artifactId>-->
  140. <!--<version>7.1.11</version>-->
  141. <!--<scope>test</scope>-->
  142. <!--</dependency>-->
  143. </dependencies>
  144. <build>
  145. <plugins>
  146. <plugin>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-maven-plugin</artifactId>
  149. </plugin>
  150. <!--mybatis自动生成代码插件-->
  151. <plugin>
  152. <groupId>org.mybatis.generator</groupId>
  153. <artifactId>mybatis-generator-maven-plugin</artifactId>
  154. <version>1.3.7</version>
  155. <configuration>
  156. <!-- 是否覆盖,true表示会替换生成的JAVA文件,false则不覆盖 -->
  157. <overwrite>false</overwrite>
  158. </configuration>
  159. <dependencies>
  160. <!--mysql驱动包-->
  161. <dependency>
  162. <groupId>mysql</groupId>
  163. <artifactId>mysql-connector-java</artifactId>
  164. <version>8.0.18</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.mybatis.generator</groupId>
  168. <artifactId>mybatis-generator-core</artifactId>
  169. <version>1.3.7</version>
  170. </dependency>
  171. </dependencies>
  172. </plugin>
  173. <!-- Dockerfile -->
  174. <plugin>
  175. <groupId>com.spotify</groupId>
  176. <artifactId>dockerfile-maven-plugin</artifactId>
  177. <version>1.4.10</version>
  178. <executions>
  179. <execution>
  180. <id>default</id>
  181. <goals>
  182. <goal>build</goal>
  183. <goal>push</goal>
  184. </goals>
  185. </execution>
  186. </executions>
  187. <configuration>
  188. <skip>false</skip>
  189. <repository>${project.artifactId}</repository>
  190. <tag>${project.version}</tag>
  191. <buildArgs>
  192. <JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
  193. </buildArgs>
  194. </configuration>
  195. </plugin>
  196. </plugins>
  197. </build>
  198. </project>