Skip to content

Commit

Permalink
[Terms] Fix spring dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sotty committed Mar 25, 2015
1 parent a35b840 commit 7a3f470
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Expand Up @@ -45,7 +45,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.1.Release</version>
</dependency>

</dependencies>
Expand Down
Expand Up @@ -23,7 +23,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.1.RELEASE</version>
</dependency>

<dependency>
Expand Down
10 changes: 2 additions & 8 deletions drools-shapes/drools-shapes-terms/pom.xml
Expand Up @@ -7,7 +7,7 @@
<module>drools-shapes-terms-api</module>
<module>drools-shapes-terms-impl</module>
<module>drools-shapes-terms-graph</module>
<module>drools-shapes-terms-cts2</module>
<module>drools-shapes-terms-cts2</module>
<module>drools-shapes-terms-internal</module>
</modules>

Expand All @@ -26,13 +26,7 @@

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.1.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<artifactId>spring-core</artifactId>
<version>4.1.1.RELEASE</version>
</dependency>

Expand Down

0 comments on commit 7a3f470

Please sign in to comment.