|
|
@ -9,6 +9,7 @@
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
|
|
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
|
|
|
|
|
|
|
<pro.version>1.3.1</pro.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@ -20,15 +21,18 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
<artifactId>admin-core</artifactId>
|
|
|
|
<artifactId>admin-core</artifactId>
|
|
|
|
|
|
|
|
<version>${pro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- admin-console 包含了系统管理管理的所有功能,子系统可以不使用这部分 -->
|
|
|
|
<!-- admin-console 包含了系统管理管理的所有功能,子系统可以不使用这部分 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
<artifactId>admin-console</artifactId>
|
|
|
|
<artifactId>admin-console</artifactId>
|
|
|
|
|
|
|
|
<version>${pro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
<artifactId>admin-test</artifactId>
|
|
|
|
<artifactId>admin-test</artifactId>
|
|
|
|
|
|
|
|
<version>${pro.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -234,12 +238,6 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.ibeetl</groupId>
|
|
|
|
|
|
|
|
<artifactId>admin-test</artifactId>
|
|
|
|
|
|
|
|
<version>1.3.1</version>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|