pom.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. <properties>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <maven.compiler.source>1.8</maven.compiler.source>
  20. <maven.compiler.target>1.8</maven.compiler.target>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>org.slf4j</groupId>
  25. <artifactId>slf4j-api</artifactId>
  26. <version>1.7.30</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.projectlombok</groupId>
  30. <artifactId>lombok</artifactId>
  31. <version>1.18.20</version>
  32. <scope>provided</scope>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.google.protobuf</groupId>
  36. <artifactId>protobuf-java</artifactId>
  37. <version>3.2.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.alibaba</groupId>
  41. <artifactId>fastjson</artifactId>
  42. <version>1.2.83</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>cn.hutool</groupId>
  46. <artifactId>hutool-all</artifactId>
  47. <version>5.7.17</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework.boot</groupId>
  51. <artifactId>spring-boot-starter-amqp</artifactId>
  52. <version>2.3.12.RELEASE</version>
  53. </dependency>
  54. <!-- <dependency>-->
  55. <!-- <groupId>com.fdkankan</groupId>-->
  56. <!-- <artifactId>4dkankan-utils-rabbitmq</artifactId>-->
  57. <!-- <version>3.0.0-SNAPSHOT</version>-->
  58. <!-- </dependency>-->
  59. <dependency>
  60. <groupId>org.springframework.boot</groupId>
  61. <artifactId>spring-boot-starter-web</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.boot</groupId>
  65. <artifactId>spring-boot-starter-validation</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.yomahub</groupId>
  69. <artifactId>tlog-web-spring-boot-starter</artifactId>
  70. <version>1.3.6</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.yomahub</groupId>
  74. <artifactId>tlog-feign-spring-boot-starter</artifactId>
  75. <version>1.3.6</version>
  76. </dependency>
  77. <!-- <dependency>-->
  78. <!-- <groupId>com.oracle</groupId>-->
  79. <!-- <artifactId>ojdbc6</artifactId>-->
  80. <!-- <version>11.2.0.3</version>-->
  81. <!-- </dependency>-->
  82. <!-- <dependency>-->
  83. <!-- <groupId>com.oracle.ojdbc</groupId>-->
  84. <!-- <artifactId>ojdbc8</artifactId>-->
  85. <!-- <version>19.3.0.0</version>-->
  86. <!-- </dependency>-->
  87. <!-- <dependency>-->
  88. <!-- <groupId>cn.easyproject</groupId>-->
  89. <!-- <artifactId>orai18n</artifactId>-->
  90. <!-- <version>12.1.0.2.0</version>-->
  91. <!-- <scope>provided</scope>-->
  92. <!-- </dependency>-->
  93. <dependency>
  94. <groupId>com.chinatower.product.chinatower_visual3d</groupId>
  95. <artifactId>vastbase</artifactId>
  96. <version>1.0</version>
  97. </dependency>
  98. <!--mybatis-plus整合依赖-->
  99. <dependency>
  100. <groupId>com.baomidou</groupId>
  101. <artifactId>mybatis-plus-boot-starter</artifactId>
  102. <version>3.4.3.4</version>
  103. </dependency>
  104. <!-- mybatis-plus逆向工程依赖 -->
  105. <dependency>
  106. <groupId>com.baomidou</groupId>
  107. <artifactId>mybatis-plus-generator</artifactId>
  108. <version>3.5.1</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.dtflys.forest</groupId>
  112. <artifactId>forest-spring-boot-starter</artifactId>
  113. <version>1.5.36</version>
  114. </dependency>
  115. <!-- freemarker 说明:mybatis-plus逆向工程需要freemarker模板引擎 -->
  116. <dependency>
  117. <groupId>org.freemarker</groupId>
  118. <artifactId>freemarker</artifactId>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.owasp.esapi</groupId>
  122. <artifactId>esapi</artifactId>
  123. <version>2.1.0.1</version>
  124. </dependency>
  125. </dependencies>
  126. <build>
  127. <finalName>convert</finalName>
  128. <plugins>
  129. <plugin>
  130. <groupId>org.springframework.boot</groupId>
  131. <artifactId>spring-boot-maven-plugin</artifactId>
  132. </plugin>
  133. <plugin>
  134. <groupId>org.apache.maven.plugins</groupId>
  135. <artifactId>maven-surefire-plugin</artifactId>
  136. <configuration>
  137. <testFailureIgnore>true</testFailureIgnore>
  138. </configuration>
  139. </plugin>
  140. <plugin>
  141. <groupId>org.apache.maven.plugins</groupId>
  142. <artifactId>maven-compiler-plugin</artifactId>
  143. <configuration>
  144. <source>8</source>
  145. <target>8</target>
  146. </configuration>
  147. </plugin>
  148. </plugins>
  149. </build>
  150. <repositories>
  151. <repository>
  152. <id>chinatower</id>
  153. <name>铁塔</name>
  154. <url>http://10.38.77.5:8081/repository/maven-public/</url>
  155. </repository>
  156. </repositories>
  157. </project>