Skip to content

Commit

Permalink
Minor cleanup of dspace-api & dspace-xmlui POMs, removing duplicate d…
Browse files Browse the repository at this point in the history
…ependencies (which cause a Maven warning)
  • Loading branch information
tdonohue committed Oct 16, 2012
1 parent a2a1353 commit 58427bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
6 changes: 1 addition & 5 deletions dspace-api/pom.xml
Expand Up @@ -337,10 +337,6 @@
<groupId>org.dspace</groupId>
<artifactId>dspace-services</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -432,7 +428,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.1</version>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>

Expand Down
8 changes: 1 addition & 7 deletions dspace-xmlui/pom.xml
Expand Up @@ -213,17 +213,11 @@
<version>2.0</version>
</dependency>
<!-- Gson: Java to Json conversion -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.1</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit 58427bd

Please sign in to comment.