Skip to content

Commit

Permalink
update dependencies including resplitting the spring to the individua…
Browse files Browse the repository at this point in the history
…l spring modules
  • Loading branch information
knaas committed Mar 15, 2008
1 parent 68f20f3 commit cb9b5c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions symmetric/pom.xml
Expand Up @@ -487,6 +487,21 @@
<artifactId>spring-web</artifactId>
<version>${springframework-release-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${springframework-release-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${springframework-release-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${springframework-release-version}</version>
</dependency>
<!-- DDLUtils -->
<dependency>
<groupId>org.apache.ddlutils</groupId>
Expand Down

0 comments on commit cb9b5c4

Please sign in to comment.