[BUILD-235] Fixed build break by properly identifying sample dependencies.

This commit is contained in:
nebhale
2007-11-30 15:34:49 +00:00
parent a55a7c5c43
commit f322df4308
2 changed files with 14 additions and 1 deletions

View File

@@ -412,6 +412,11 @@
<artifactId>spring-tx</artifactId>
<version>${spring.framework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.framework.version}</version>
</dependency>
</dependencies>
</dependencyManagement>