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

View File

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