include the STAX API jars in the distro

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@583188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-10-09 15:14:20 +00:00
parent 5dcf9cf6b9
commit 2d5a099074
1 changed files with 10 additions and 1 deletions

View File

@ -261,7 +261,16 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1</artifactId>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>