Skip to content

Commit

Permalink
trim XML dependencies
Browse files Browse the repository at this point in the history
remove duplicate jdom, xml-apis which is always provided by the JDK, and jtidy which contains conflicting versions of org/xml/sax

git-svn-id: https://svn.apache.org/repos/asf/continuum/trunk@1412739 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
brettporter committed Nov 23, 2012
1 parent 273a194 commit 3708920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions continuum-buildagent/continuum-buildagent-webdav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
<artifactId>httpunit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion continuum-data-management/data-management-jdo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>jdom</groupId>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 0 additions & 4 deletions continuum-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-api</artifactId>
Expand Down

0 comments on commit 3708920

Please sign in to comment.