Commit 3ff2eef0 by linxu

升级parent pom

parent 3d05ebca
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>com.keymobile</groupId> <groupId>com.keymobile</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.1.2-release</version> <version>1.1.5-release</version>
</parent> </parent>
<properties> <properties>
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
<version>${auth.version}</version> <version>${auth.version}</version>
</dependency> </dependency>
<!-- 添加neo4j的jar包 --> <!-- 添加neo4j的jar包 -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -128,9 +127,6 @@ ...@@ -128,9 +127,6 @@
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>20.0</version> <version>20.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId> <artifactId>spring-boot-configuration-processor</artifactId>
...@@ -168,12 +164,12 @@ ...@@ -168,12 +164,12 @@
<dependency> <dependency>
<groupId>com.keymobile</groupId> <groupId>com.keymobile</groupId>
<artifactId>config</artifactId> <artifactId>config</artifactId>
<version>1.1.2-release</version> <version>1.1.5-release</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.keymobile</groupId> <groupId>com.keymobile</groupId>
<artifactId>crypto</artifactId> <artifactId>crypto</artifactId>
<version>1.1.2-release</version> <version>1.1.5-release</version>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment