Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove now-unneeded Atom libraries
  • Loading branch information
ajs6f committed Jan 7, 2014
1 parent 130751a commit b8a18b1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions fcrepo-jms/pom.xml
Expand Up @@ -74,24 +74,9 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-parser</artifactId>
</dependency>
<!-- axiom-api is a dependency of abdera-parser. It is only explicitly declared
here because abdera-parser depends on an older version of jaxen (1.1.1) than axiom-api.
If/when abdera-parser catches up, we can remove this explicit dependency on axiom-api -->
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-api</artifactId>
<version>1.2.14</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
Expand Down

0 comments on commit b8a18b1

Please sign in to comment.