|
@@ -1,83 +1,83 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <parent>
|
|
|
- <artifactId>three-framework</artifactId>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <version>2.0</version>
|
|
|
- </parent>
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <parent>
|
|
|
+ <artifactId>three-framework</artifactId>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </parent>
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <artifactId>auth-server</artifactId>
|
|
|
- <packaging>jar</packaging>
|
|
|
- <version>2.0</version>
|
|
|
+ <artifactId>alg-platform</artifactId>
|
|
|
+ <packaging>jar</packaging>
|
|
|
+ <version>2.0</version>
|
|
|
|
|
|
- <dependencies>
|
|
|
+ <dependencies>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <artifactId>three-data-api</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <artifactId>three-data-api</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <artifactId>three-data-api-dm</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <artifactId>three-data-api-dm</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <artifactId>three-datasource</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <artifactId>three-datasource</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <artifactId>three-redis</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <artifactId>three-redis</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <artifactId>three-security</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <artifactId>three-security</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.three</groupId>
|
|
|
- <artifactId>three-quartz</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.three</groupId>
|
|
|
+ <artifactId>three-quartz</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- </dependencies>
|
|
|
+ </dependencies>
|
|
|
|
|
|
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
|
|
|
</project>
|