This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git

commit c0baf5dff7d408d414bd40238b6849302ecc5b55
Author: Daniel Qian <[email protected]>
AuthorDate: Thu Nov 14 13:54:44 2019 +0800

    SCB-1573 Cleanup third party dependency version
    Unify spring framework/spring boot version
---
 pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 446cda0..0650ace 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@
     <asm.version>7.2</asm.version>
     <powermock.version>1.6.2</powermock.version>
     <javachassis.version>1.2.0</javachassis.version>
-    <spring.version>5.1.6.RELEASE</spring.version>
     <airline.version>0.7</airline.version>
     <log4j2.version>2.3</log4j2.version>
     <org.eclipse.jgit.version>5.3.0.201903130848-r</org.eclipse.jgit.version>
@@ -70,7 +69,6 @@
     <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
     <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
     <maven-resources-plugin.version>3.0.0</maven-resources-plugin.version>
-    
<spring-boot-maven-plugin.version>1.5.12.RELEASE</spring-boot-maven-plugin.version>
     
<maven-plugin-testing-harness.version>3.3.0</maven-plugin-testing-harness.version>
     <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
     <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
@@ -318,12 +316,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-web</artifactId>
-        <version>${spring.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-module-junit4</artifactId>
         <version>${powermock.version}</version>
@@ -550,7 +542,7 @@
         <plugin>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-maven-plugin</artifactId>
-          <version>${spring-boot-maven-plugin.version}</version>
+          <version>${spring-boot.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to