mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
[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:
@@ -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>
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user