forgort parent pom

This commit is contained in:
dsyer
2008-11-06 18:27:58 +00:00
parent 3191f76f39
commit 0f7b7e9b52

View File

@@ -433,6 +433,7 @@
<version>1.5.4</version>
</dependency>
<dependency>
<!-- Don't use the com.springsource one - surefire is broken in some strange way -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
@@ -612,6 +613,11 @@
<artifactId>org.springframework.core</artifactId>
<version>${spring.framework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.expression</artifactId>
<version>${spring.framework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.jdbc</artifactId>