Don't need that dep

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@368961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Blevins 2006-01-14 02:33:26 +00:00
parent 2ddd372cad
commit c7e4ad74c9
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,12 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<exclusions>
<exclusion>
<groupId>xmlbeans</groupId>
<artifactId>xmlbeans-jsr173-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>