Skip to content

Commit

Permalink
Remove xerces dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Jan 19, 2015
1 parent 6ca24d1 commit a2a8d6c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions pmd-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<type>jar</type>
</dependency>

<dependency>
<groupId>net.sourceforge.saxon</groupId>
Expand Down
5 changes: 0 additions & 5 deletions pmd-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<type>jar</type>
</dependency>

<dependency>
<groupId>net.sourceforge.saxon</groupId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -683,12 +683,6 @@
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
Expand Down

0 comments on commit a2a8d6c

Please sign in to comment.