Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unnecessary spring dependencies (#1041)
  • Loading branch information
slievrly authored and zhangthen committed May 15, 2019
1 parent 2986e37 commit df41c30
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions rm/pom.xml
Expand Up @@ -33,24 +33,6 @@
<artifactId>seata-core</artifactId>
<version>${project.version}</version>
</dependency>

<!-- spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
Expand Down

0 comments on commit df41c30

Please sign in to comment.