Revert changes from r6815 so that SWORD2 webapp includes the dspace-swordv2-*-classes.jar as a dependency

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6823 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Tim Donohue
2011-10-20 18:16:32 +00:00
parent ea14546ca6
commit f5acd60120

View File

@@ -114,10 +114,10 @@
<dependencies> <dependencies>
<!-- DSpace Implementation of SWORDv2 Provider -->
<dependency> <dependency>
<groupId>org.swordapp</groupId> <groupId>org.dspace</groupId>
<artifactId>server</artifactId> <artifactId>dspace-swordv2</artifactId>
<version>2.0</version>
<type>jar</type> <type>jar</type>
<classifier>classes</classifier> <classifier>classes</classifier>
</dependency> </dependency>