|
|
|
@ -22,59 +22,16 @@
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<gaea.version>2.0.1.RELEASE</gaea.version>
|
|
|
|
|
<gaea.security.version>1.0.0-SNAPSHOT</gaea.security.version>
|
|
|
|
|
<gaea.export.version>1.0.0.RELEASE</gaea.export.version>
|
|
|
|
|
<gaea.generator.version>1.0.0-SNAPSHOT</gaea.generator.version>
|
|
|
|
|
<gaea.log.version>1.0.0.RELEASE</gaea.log.version>
|
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anjiplus.template.gaea</groupId>
|
|
|
|
|
<artifactId>template-gaea-auth</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anjiplus.template.gaea</groupId>
|
|
|
|
|
<artifactId>template-gaea-business</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anjiplus.template.gaea</groupId>
|
|
|
|
|
<artifactId>template-gaea-common</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anjiplus.template.gaea</groupId>
|
|
|
|
|
<artifactId>template-gaea-generator</artifactId>
|
|
|
|
|
<version>${gaea.generator.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anji-plus</groupId>
|
|
|
|
|
<artifactId>spring-boot-gaea</artifactId>
|
|
|
|
|
<version>${gaea.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anji-plus</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-gaea-security</artifactId>
|
|
|
|
|
<version>${gaea.security.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anji-plus</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-gaea-export</artifactId>
|
|
|
|
|
<version>${gaea.export.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.anji-plus</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-gaea-log</artifactId>
|
|
|
|
|
<version>${gaea.log.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
@ -90,15 +47,4 @@
|
|
|
|
|
</activation>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>nexus-releases</id>
|
|
|
|
|
<url>http://nexus.anji-plus.com:8081/repository/maven-releases/</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>nexus-snapshots</id>
|
|
|
|
|
<url>http://nexus.anji-plus.com:8081/repository/maven-snapshots/</url>
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
</project>
|
|
|
|
|