|
|
@@ -3,7 +3,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>com.bstek.urule</groupId>
|
|
|
<artifactId>urule-springboot</artifactId>
|
|
|
- <version>0.0.1</version>
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
<properties>
|
|
|
<java.version>1.7</java.version>
|
|
|
<tomcat.version>8.5.5</tomcat.version>
|
|
|
@@ -33,24 +33,14 @@
|
|
|
<url>http://www.bstek.com</url>
|
|
|
</organization>
|
|
|
<parent>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>1.4.1.RELEASE</version>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
+ <version>1.5.8.RELEASE</version>
|
|
|
</parent>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
@@ -59,7 +49,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.bstek.urule</groupId>
|
|
|
<artifactId>urule-console</artifactId>
|
|
|
- <version>2.0.1-SNAPSHOT</version>
|
|
|
+ <version>2.1.1-SNAPSHOT</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.derby</groupId>
|