[DS-518] Duplicate listing of dependencies in dspace-sword/pom.xml

git-svn-id: http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_6_x@4827 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2010-03-22 21:52:50 +00:00
parent f2be846fb9
commit b4a55a7011
2 changed files with 73 additions and 89 deletions

View File

@@ -67,22 +67,11 @@
<artifactId>dspace-api-lang</artifactId>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<!-- additional dependencies for the sword-common code -->
<dependency>
<groupId>commons-fileupload</groupId>
@@ -124,13 +113,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- GUI client dependency
<dependency>
<groupId>org.jdesktop</groupId>
<artifactId>swing-worker</artifactId>
<version>1.1</version>
</dependency>
-->
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
@@ -142,7 +124,6 @@
<version>1.3.1</version>
</dependency>
</dependencies>
</project>

View File

@@ -1,6 +1,9 @@
1.6.1
=====
(Caryn Neiswender)
- [DS-518] Duplicate listing of dependencies in dspace-sword/pom.xml
(Keith Gilbertson)
- [DS-508] Attachment spelled as attachement in DailyReportEmailer