| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
-          xmlns="http://maven.apache.org/POM/4.0.0"
 
-          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-     <parent>
 
-         <artifactId>imcs-admin-boot</artifactId>
 
-         <groupId>com.github.zuihou</groupId>
 
-         <version>b.2.5-SNAPSHOT</version>
 
-         <relativePath>../</relativePath>
 
-     </parent>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <artifactId>imcs-authority-server</artifactId>
 
-     <name>${project.artifactId}</name>
 
-     <description>权限认证服务启动模块</description>
 
-     <properties>
 
-         <!-- 跳过测试 -->
 
-         <skipTests>true</skipTests>
 
-     </properties>
 
-     <dependencies>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-oauth-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-authority-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-tenant-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-msgs-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-sms-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-file-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-tenant-entity</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-business-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-wms-controller</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-jwt-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-swagger2-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-validator-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-xss-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-mq-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-j2cache-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-web</artifactId>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <groupId>org.apache.tomcat.embed</groupId>
 
-                     <artifactId>tomcat-embed-websocket</artifactId>
 
-                 </exclusion>
 
-                 <exclusion>
 
-                     <groupId>org.springframework.boot</groupId>
 
-                     <artifactId>spring-boot-starter-tomcat</artifactId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <!--RabbitMQ依赖-->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-amqp</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-undertow</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-aop</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-actuator</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.baomidou</groupId>
 
-             <artifactId>mybatis-plus-boot-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>cn.afterturn</groupId>
 
-             <artifactId>easypoi-spring-boot-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-test</artifactId>
 
-             <scope>test</scope>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.google.code.gson</groupId>
 
-             <artifactId>gson</artifactId>
 
-             <scope>test</scope>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.jsoup</groupId>
 
-             <artifactId>jsoup</artifactId>
 
-             <scope>test</scope>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.quartz-scheduler</groupId>
 
-             <artifactId>quartz</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-websocket</artifactId>
 
-         </dependency>
 
-         <!-- xxl-job-core -->
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-jobs-core</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <!--localDateTime 序列化 -->
 
-         <dependency>
 
-             <groupId>com.fasterxml.jackson.datatype</groupId>
 
-             <artifactId>jackson-datatype-jsr310</artifactId>
 
-         </dependency>
 
-     </dependencies>
 
-     <build>
 
-         <plugins>
 
-             <plugin>
 
-                 <groupId>org.springframework.boot</groupId>
 
-                 <artifactId>spring-boot-maven-plugin</artifactId>
 
-                 <executions>
 
-                     <execution>
 
-                         <goals>
 
-                             <goal>repackage</goal>
 
-                         </goals>
 
-                     </execution>
 
-                 </executions>
 
-             </plugin>
 
-             <!-- docker打包插件 -->
 
-             <plugin>
 
-                 <groupId>com.spotify</groupId>
 
-                 <artifactId>dockerfile-maven-plugin</artifactId>
 
-                 <version>${dockerfile-maven-plugin.version}</version>
 
-                 <configuration>
 
-                     <repository>${docker.image.prefix}/${project.artifactId}</repository>
 
-                     <tag>${project.version}</tag>
 
-                     <buildArgs>
 
-                         <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
 
-                     </buildArgs>
 
-                 </configuration>
 
-             </plugin>
 
-         </plugins>
 
-     </build>
 
- </project>
 
 
  |