Skip to content

Commit

Permalink
Merge pull request #1432 from terrywbrady/DS-3237A
Browse files Browse the repository at this point in the history
DS-3237 Eliminate Inclusion of Old Version of commons-lang3
  • Loading branch information
tdonohue committed Jun 22, 2016
2 parents 499362f + df08c08 commit b66c6b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dspace-oai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -151,6 +155,10 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit b66c6b0

Please sign in to comment.