project cleanup
This commit is contained in:
parent
09d1f43da9
commit
1615925e44
51
pom.xml
51
pom.xml
@ -19,8 +19,9 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<tigon.version>0.0.1-SNAPSHOT</tigon.version>
|
||||
<spring.version>4.3.8.RELEASE</spring.version>
|
||||
<spring-boot.version>1.5.4.RELEASE</spring-boot.version>
|
||||
<slf4j.version>1.7.23</slf4j.version>
|
||||
@ -48,7 +49,6 @@
|
||||
</developers>
|
||||
|
||||
<modules>
|
||||
<!--<module>tigon-lombok</module>-->
|
||||
<module>tigon-model</module>
|
||||
<module>tigon-mybatis</module>
|
||||
<module>tigon-sequence</module>
|
||||
@ -73,110 +73,105 @@
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-lombok</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-model</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-mybatis</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-sequence</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-webmvc-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-webmvc-spring-boot</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-webmvc-war</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-redis</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-mybatis-cache-redis</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-shiro-cache-redis</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-shiro-cache</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-shiro-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-shiro-spring-boot</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-shiro-war</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-service-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-service-support</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-extjs</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-freemarker-support</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-jsp-support</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-codegen</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.chyxion.tigon</groupId>
|
||||
<artifactId>tigon-props-config</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>${tigon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit a7c690619e09fae1d48584794d68d1b8ee78c197
|
@ -1 +0,0 @@
|
||||
Subproject commit a7c690619e09fae1d48584794d68d1b8ee78c197
|
Loading…
x
Reference in New Issue
Block a user