[DS-1144] Maven Project Consolidation : SWORD Client compilation issues

This commit is contained in:
Mark Diggory
2012-10-03 12:25:06 -07:00
parent f9834fb017
commit 5ded10314d
2 changed files with 10 additions and 0 deletions

View File

@@ -150,6 +150,11 @@
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.swordapp</groupId>
<artifactId>sword-common</artifactId>
</dependency>
<!-- Explicitly Specify Latest Version of Spring -->
<dependency>
<artifactId>spring-core</artifactId>

View File

@@ -498,6 +498,11 @@
</dependency>
<!-- DSpace third Party Dependencies -->
<dependency>
<groupId>org.swordapp</groupId>
<artifactId>sword-common</artifactId>
<version>1.1</version>
</dependency>
<!-- Explicitly Specify Latest Version of Spring -->
<dependency>
<artifactId>spring-core</artifactId>