pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.3.12.RELEASE</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>com.fdkankan.model</groupId>
  12. <artifactId>project-tieta-convert</artifactId>
  13. <version>1.0-SNAPSHOT</version>
  14. <name>4dkankan-utils-model-demo</name>
  15. <!-- FIXME change it to the project's website -->
  16. <url>http://www.example.com</url>
  17. <repositories>
  18. <repository>
  19. <id>releases</id>
  20. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  21. </repository>
  22. <repository>
  23. <id>snapshots</id>
  24. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  25. </repository>
  26. <repository>
  27. <id>nexus-aliyun</id>
  28. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  29. </repository>
  30. </repositories>
  31. <properties>
  32. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  33. <maven.compiler.source>1.8</maven.compiler.source>
  34. <maven.compiler.target>1.8</maven.compiler.target>
  35. </properties>
  36. <dependencies>
  37. <dependency>
  38. <groupId>org.slf4j</groupId>
  39. <artifactId>slf4j-api</artifactId>
  40. <version>1.7.30</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.projectlombok</groupId>
  44. <artifactId>lombok</artifactId>
  45. <version>1.18.20</version>
  46. <scope>provided</scope>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.google.protobuf</groupId>
  50. <artifactId>protobuf-java</artifactId>
  51. <version>3.2.0</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.alibaba</groupId>
  55. <artifactId>fastjson</artifactId>
  56. <version>1.2.83</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>cn.hutool</groupId>
  60. <artifactId>hutool-all</artifactId>
  61. <version>5.7.17</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.boot</groupId>
  65. <artifactId>spring-boot-starter-amqp</artifactId>
  66. <version>2.3.12.RELEASE</version>
  67. </dependency>
  68. <!-- <dependency>-->
  69. <!-- <groupId>com.fdkankan</groupId>-->
  70. <!-- <artifactId>4dkankan-utils-rabbitmq</artifactId>-->
  71. <!-- <version>3.0.0-SNAPSHOT</version>-->
  72. <!-- </dependency>-->
  73. <dependency>
  74. <groupId>org.springframework.boot</groupId>
  75. <artifactId>spring-boot-starter-web</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.springframework.boot</groupId>
  79. <artifactId>spring-boot-starter-validation</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.yomahub</groupId>
  83. <artifactId>tlog-web-spring-boot-starter</artifactId>
  84. <version>1.3.6</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.yomahub</groupId>
  88. <artifactId>tlog-feign-spring-boot-starter</artifactId>
  89. <version>1.3.6</version>
  90. </dependency>
  91. <!-- <dependency>-->
  92. <!-- <groupId>com.oracle</groupId>-->
  93. <!-- <artifactId>ojdbc6</artifactId>-->
  94. <!-- <version>11.2.0.3</version>-->
  95. <!-- </dependency>-->
  96. <dependency>
  97. <groupId>com.oracle.ojdbc</groupId>
  98. <artifactId>ojdbc8</artifactId>
  99. <version>19.3.0.0</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>cn.easyproject</groupId>
  103. <artifactId>orai18n</artifactId>
  104. <version>12.1.0.2.0</version>
  105. <scope>provided</scope>
  106. </dependency>
  107. <!--mybatis-plus整合依赖-->
  108. <dependency>
  109. <groupId>com.baomidou</groupId>
  110. <artifactId>mybatis-plus-boot-starter</artifactId>
  111. <version>3.4.3.4</version>
  112. </dependency>
  113. <!-- mybatis-plus逆向工程依赖 -->
  114. <dependency>
  115. <groupId>com.baomidou</groupId>
  116. <artifactId>mybatis-plus-generator</artifactId>
  117. <version>3.5.1</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.dtflys.forest</groupId>
  121. <artifactId>forest-spring-boot-starter</artifactId>
  122. <version>1.5.36</version>
  123. </dependency>
  124. <!-- freemarker 说明:mybatis-plus逆向工程需要freemarker模板引擎 -->
  125. <dependency>
  126. <groupId>org.freemarker</groupId>
  127. <artifactId>freemarker</artifactId>
  128. </dependency>
  129. </dependencies>
  130. <build>
  131. <!-- <finalName>${artifactId}</finalName>-->
  132. <!-- <plugins>-->
  133. <!-- <plugin>-->
  134. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  135. <!-- <artifactId>maven-shade-plugin</artifactId>-->
  136. <!-- <version>2.4.1</version>-->
  137. <!-- <executions>-->
  138. <!-- <execution>-->
  139. <!-- <phase>package</phase>-->
  140. <!-- <goals>-->
  141. <!-- <goal>shade</goal>-->
  142. <!-- </goals>-->
  143. <!-- <configuration>-->
  144. <!-- <transformers>-->
  145. <!-- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">-->
  146. <!-- <mainClass>com.fdkankan.modeldemo.utils.CutImgUtil</mainClass>-->
  147. <!-- </transformer>-->
  148. <!-- </transformers>-->
  149. <!-- </configuration>-->
  150. <!-- </execution>-->
  151. <!-- </executions>-->
  152. <!-- </plugin>-->
  153. <!-- <plugin>-->
  154. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  155. <!-- <artifactId>maven-compiler-plugin</artifactId>-->
  156. <!-- <configuration>-->
  157. <!-- <source>8</source>-->
  158. <!-- <target>8</target>-->
  159. <!-- </configuration>-->
  160. <!-- </plugin>-->
  161. <!-- </plugins>-->
  162. <finalName>convert</finalName>
  163. <plugins>
  164. <plugin>
  165. <groupId>org.springframework.boot</groupId>
  166. <artifactId>spring-boot-maven-plugin</artifactId>
  167. </plugin>
  168. <plugin>
  169. <groupId>org.apache.maven.plugins</groupId>
  170. <artifactId>maven-surefire-plugin</artifactId>
  171. <configuration>
  172. <testFailureIgnore>true</testFailureIgnore>
  173. </configuration>
  174. </plugin>
  175. <plugin>
  176. <groupId>org.apache.maven.plugins</groupId>
  177. <artifactId>maven-compiler-plugin</artifactId>
  178. <configuration>
  179. <source>8</source>
  180. <target>8</target>
  181. </configuration>
  182. </plugin>
  183. </plugins>
  184. </build>
  185. <distributionManagement>
  186. <repository>
  187. <id>releases</id>
  188. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  189. </repository>
  190. <snapshotRepository>
  191. <id>snapshots</id>
  192. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  193. </snapshotRepository>
  194. </distributionManagement>
  195. </project>