|
@@ -1,13 +1,13 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>com.bstek.urule</groupId>
|
|
<groupId>com.bstek.urule</groupId>
|
|
|
<artifactId>urule-springboot</artifactId>
|
|
<artifactId>urule-springboot</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
<properties>
|
|
<properties>
|
|
|
- <java.version>1.7</java.version>
|
|
|
|
|
- <tomcat.version>8.5.5</tomcat.version>
|
|
|
|
|
|
|
+ <java.version>1.8</java.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
</properties>
|
|
|
<licenses>
|
|
<licenses>
|
|
@@ -36,18 +36,24 @@
|
|
|
<parent>
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>2.0.3.RELEASE</version>
|
|
|
|
|
- <relativePath />
|
|
|
|
|
|
|
+ <version>2.2.4.RELEASE</version>
|
|
|
</parent>
|
|
</parent>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>hibernate-validator</artifactId>
|
|
|
|
|
+ <groupId>org.hibernate.validator</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.bstek.urule</groupId>
|
|
<groupId>com.bstek.urule</groupId>
|
|
|
<artifactId>urule-console-pro</artifactId>
|
|
<artifactId>urule-console-pro</artifactId>
|
|
|
- <version>2.1.5</version>
|
|
|
|
|
|
|
+ <version>2.2.4</version>
|
|
|
<exclusions>
|
|
<exclusions>
|
|
|
<exclusion>
|
|
<exclusion>
|
|
|
<groupId>org.slf4j</groupId>
|
|
<groupId>org.slf4j</groupId>
|