Skip to content

Commit

Permalink
[DS-1144] Maven Project Consolidation : SWORD Client compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiggory committed Oct 3, 2012
1 parent f9834fb commit 5ded103
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dspace-xmlui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5ded103

Please sign in to comment.