pom.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>imcs-admin-boot</artifactId>
  7. <groupId>com.github.zuihou</groupId>
  8. <version>b.2.5-SNAPSHOT</version>
  9. <relativePath>../</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <artifactId>imcs-authority-server</artifactId>
  13. <name>${project.artifactId}</name>
  14. <description>权限认证服务启动模块</description>
  15. <properties>
  16. <!-- 跳过测试 -->
  17. <skipTests>true</skipTests>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>eu.agno3.jcifs</groupId>
  22. <artifactId>jcifs-ng</artifactId>
  23. <version>2.1.7</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.github.zuihou</groupId>
  27. <artifactId>imcs-oauth-controller</artifactId>
  28. <version>${imcs-project.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.github.zuihou</groupId>
  32. <artifactId>imcs-authority-controller</artifactId>
  33. <version>${imcs-project.version}</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.github.zuihou</groupId>
  37. <artifactId>imcs-tenant-controller</artifactId>
  38. <version>${imcs-project.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.github.zuihou</groupId>
  42. <artifactId>imcs-msgs-controller</artifactId>
  43. <version>${imcs-project.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.github.zuihou</groupId>
  47. <artifactId>imcs-sms-controller</artifactId>
  48. <version>${imcs-project.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.github.zuihou</groupId>
  52. <artifactId>imcs-file-controller</artifactId>
  53. <version>${imcs-project.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.github.zuihou</groupId>
  57. <artifactId>imcs-tenant-entity</artifactId>
  58. <version>${imcs-project.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.github.zuihou</groupId>
  62. <artifactId>imcs-business-controller</artifactId>
  63. <version>${imcs-project.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.github.zuihou</groupId>
  67. <artifactId>imcs-wms-controller</artifactId>
  68. <version>${imcs-project.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.github.zuihou</groupId>
  72. <artifactId>zuihou-jwt-starter</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.github.zuihou</groupId>
  76. <artifactId>zuihou-swagger2-starter</artifactId>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.github.zuihou</groupId>
  80. <artifactId>zuihou-validator-starter</artifactId>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.github.zuihou</groupId>
  84. <artifactId>zuihou-xss-starter</artifactId>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.github.zuihou</groupId>
  88. <artifactId>zuihou-mq-starter</artifactId>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.github.zuihou</groupId>
  92. <artifactId>zuihou-j2cache-starter</artifactId>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.springframework.boot</groupId>
  96. <artifactId>spring-boot-starter-web</artifactId>
  97. <exclusions>
  98. <exclusion>
  99. <groupId>org.apache.tomcat.embed</groupId>
  100. <artifactId>tomcat-embed-websocket</artifactId>
  101. </exclusion>
  102. <exclusion>
  103. <groupId>org.springframework.boot</groupId>
  104. <artifactId>spring-boot-starter-tomcat</artifactId>
  105. </exclusion>
  106. </exclusions>
  107. </dependency>
  108. <!--RabbitMQ依赖-->
  109. <dependency>
  110. <groupId>org.springframework.boot</groupId>
  111. <artifactId>spring-boot-starter-amqp</artifactId>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.springframework.boot</groupId>
  115. <artifactId>spring-boot-starter-undertow</artifactId>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.springframework.boot</groupId>
  119. <artifactId>spring-boot-starter-aop</artifactId>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.springframework.boot</groupId>
  123. <artifactId>spring-boot-starter-actuator</artifactId>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.baomidou</groupId>
  127. <artifactId>mybatis-plus-boot-starter</artifactId>
  128. </dependency>
  129. <dependency>
  130. <groupId>cn.afterturn</groupId>
  131. <artifactId>easypoi-spring-boot-starter</artifactId>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.springframework.boot</groupId>
  135. <artifactId>spring-boot-starter-test</artifactId>
  136. <scope>test</scope>
  137. </dependency>
  138. <dependency>
  139. <groupId>com.google.code.gson</groupId>
  140. <artifactId>gson</artifactId>
  141. <scope>test</scope>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.jsoup</groupId>
  145. <artifactId>jsoup</artifactId>
  146. <scope>test</scope>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.quartz-scheduler</groupId>
  150. <artifactId>quartz</artifactId>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.springframework.boot</groupId>
  154. <artifactId>spring-boot-starter-websocket</artifactId>
  155. </dependency>
  156. <!-- xxl-job-core -->
  157. <dependency>
  158. <groupId>com.github.zuihou</groupId>
  159. <artifactId>imcs-jobs-core</artifactId>
  160. <version>${imcs-project.version}</version>
  161. </dependency>
  162. <!--localDateTime 序列化 -->
  163. <dependency>
  164. <groupId>com.fasterxml.jackson.datatype</groupId>
  165. <artifactId>jackson-datatype-jsr310</artifactId>
  166. </dependency>
  167. </dependencies>
  168. <build>
  169. <plugins>
  170. <plugin>
  171. <groupId>org.springframework.boot</groupId>
  172. <artifactId>spring-boot-maven-plugin</artifactId>
  173. <executions>
  174. <execution>
  175. <goals>
  176. <goal>repackage</goal>
  177. </goals>
  178. </execution>
  179. </executions>
  180. </plugin>
  181. <!-- docker打包插件 -->
  182. <plugin>
  183. <groupId>com.spotify</groupId>
  184. <artifactId>dockerfile-maven-plugin</artifactId>
  185. <version>${dockerfile-maven-plugin.version}</version>
  186. <configuration>
  187. <repository>${docker.image.prefix}/${project.artifactId}</repository>
  188. <tag>${project.version}</tag>
  189. <buildArgs>
  190. <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
  191. </buildArgs>
  192. </configuration>
  193. </plugin>
  194. </plugins>
  195. </build>
  196. </project>