pom.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-starter-parent</artifactId>
  9. <version>2.3.12.RELEASE</version>
  10. <relativePath/>
  11. </parent>
  12. <version>2.0.0-SNAPSHOT</version>
  13. <artifactId>4dkankan-center-modeling-control</artifactId>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.fdkankan</groupId>
  17. <artifactId>4dkankan-common-utils</artifactId>
  18. <version>3.0.0-SNAPSHOT</version>
  19. <exclusions>
  20. <exclusion>
  21. <groupId>com.aliyun</groupId>
  22. <artifactId>aliyun-java-sdk-core</artifactId>
  23. </exclusion>
  24. <exclusion>
  25. <groupId>com.aliyun</groupId>
  26. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  27. </exclusion>
  28. <exclusion>
  29. <groupId>com.auth0</groupId>
  30. <artifactId>java-jwt</artifactId>
  31. </exclusion>
  32. <exclusion>
  33. <groupId>org.bytedeco.javacpp-presets</groupId>
  34. <artifactId>ffmpeg-platform</artifactId>
  35. </exclusion>
  36. <exclusion>
  37. <groupId>io.jsonwebtoken</groupId>
  38. <artifactId>jjwt</artifactId>
  39. </exclusion>
  40. </exclusions>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-test</artifactId>
  45. <scope>test</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.fasterxml.jackson.core</groupId>
  49. <artifactId>jackson-databind</artifactId>
  50. <version>2.10.3</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.fdkankan</groupId>
  54. <artifactId>4dkankan-utils-db</artifactId>
  55. <version>3.0.0-SNAPSHOT</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.yaml</groupId>
  59. <artifactId>snakeyaml</artifactId>
  60. <version>${snakeyaml.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.fdkankan</groupId>
  64. <artifactId>4dkankan-utils-rabbitmq</artifactId>
  65. <version>3.0.0-SNAPSHOT</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.fdkankan</groupId>
  69. <artifactId>4dkankan-common-web</artifactId>
  70. <version>3.0.0-SNAPSHOT</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.fdkankan</groupId>
  74. <artifactId>4dkankan-utils-app-push</artifactId>
  75. <version>3.0.0-SNAPSHOT</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.fdkankan</groupId>
  79. <artifactId>4dkankan-utils-redis</artifactId>
  80. <version>3.0.0-SNAPSHOT</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.fdkankan</groupId>
  84. <artifactId>4dkankan-utils-image</artifactId>
  85. <version>3.0.0-SNAPSHOT</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.projectlombok</groupId>
  89. <artifactId>lombok</artifactId>
  90. </dependency>
  91. <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-discovery -->
  92. <dependency>
  93. <groupId>com.alibaba.cloud</groupId>
  94. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  95. <version>2.2.7.RELEASE</version>
  96. </dependency>
  97. <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-config -->
  98. <dependency>
  99. <groupId>com.alibaba.cloud</groupId>
  100. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  101. <version>2.2.7.RELEASE</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.springframework.cloud</groupId>
  105. <artifactId>spring-cloud-dependencies</artifactId>
  106. <version>Hoxton.SR8</version>
  107. <type>pom</type>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.springframework.boot</groupId>
  111. <artifactId>spring-boot-starter-web</artifactId>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.fdkankan</groupId>
  115. <artifactId>4dkankan-utils-fyun-local</artifactId>
  116. <version>3.0.0-SNAPSHOT</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.fdkankan</groupId>
  120. <artifactId>4dkankan-utils-model</artifactId>
  121. <version>3.0.0-SNAPSHOT</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>net.lingala.zip4j</groupId>
  125. <artifactId>zip4j</artifactId>
  126. <version>1.3.2</version>
  127. </dependency>
  128. </dependencies>
  129. <build>
  130. <finalName>${artifactId}</finalName>
  131. <plugins>
  132. <plugin>
  133. <groupId>org.springframework.boot</groupId>
  134. <artifactId>spring-boot-maven-plugin</artifactId>
  135. <version>2.3.12.RELEASE</version>
  136. </plugin>
  137. <plugin>
  138. <groupId>org.apache.maven.plugins</groupId>
  139. <artifactId>maven-surefire-plugin</artifactId>
  140. <configuration>
  141. <testFailureIgnore>true</testFailureIgnore>
  142. </configuration>
  143. </plugin>
  144. </plugins>
  145. </build>
  146. </project>