mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-1144] Maven Project Consolidation : SWORD Client compilation issues
This commit is contained in:
@@ -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>
|
||||
|
5
pom.xml
5
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user