SWF-1386 Spring spring-js into two artifacts

This commit is contained in:
Rossen Stoyanchev
2010-09-07 09:46:10 +00:00
parent c58f38968f
commit d2e7fc6e32
35 changed files with 501 additions and 3 deletions

View File

@@ -27,6 +27,11 @@
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js-resources</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>