Skip to content

Commit

Permalink
upgrade spring again
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 22, 2022
1 parent a93ad6b commit c3b36c7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions fastjson1_compatible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,24 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.7.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.3.7.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.3.7.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<!--
force version to pass test compilation & run
-->
<version>1.8.6.RELEASE</version>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -326,13 +326,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.7.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>2.1.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c3b36c7

Please sign in to comment.