mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
In the swordv2 overlay module replace the dependency on org.dspace sword server with that now released under org.swordapp.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6815 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -114,13 +114,13 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- DSpace Implementation of SWORDv2 Provider -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.swordapp</groupId>
|
||||||
<artifactId>dspace-swordv2</artifactId>
|
<artifactId>server</artifactId>
|
||||||
<type>jar</type>
|
<version>2.0</version>
|
||||||
<classifier>classes</classifier>
|
<type>jar</type>
|
||||||
</dependency>
|
<classifier>classes</classifier>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
|
Reference in New Issue
Block a user