git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1024215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-10-19 12:18:20 +00:00
parent 51ef021073
commit 90fb6e6e0f
7 changed files with 15 additions and 15 deletions

View File

@ -86,8 +86,8 @@
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>

View File

@ -267,8 +267,8 @@
<!-- XStream marshalling -->
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>

View File

@ -110,8 +110,8 @@
</dependency>
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>

View File

@ -117,8 +117,8 @@
</dependency>
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>

View File

@ -191,8 +191,8 @@
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
<dependency>

View File

@ -203,7 +203,7 @@
<include>org.springframework:spring-asm</include>
<include>org.springframework:spring-expression</include>
<include>com.thoughtworks.xstream:xstream</include>
<include>xmlpull:xmlpull</include>
<include>xpp3:xpp3</include>
<include>org.codehaus.woodstox:woodstox-core-asl</include>
<include>org.codehaus.woodstox:stax2-api</include>
<include>org.springframework.ws:spring-oxm-tiger</include>

View File

@ -83,7 +83,7 @@
<stax-version>1.2.0</stax-version>
<xalan-version>2.6.0</xalan-version>
<xmlbeans-version>2.0.0-beta1</xmlbeans-version>
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
<xpp3-version>1.1.4c</xpp3-version>
<xstream-version>1.3.1</xstream-version>
<xbean-version>3.7</xbean-version>
<velocity-version>1.6.2</velocity-version>
@ -789,9 +789,9 @@
</dependency>
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<version>${xmlpull-version}</version>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>${xpp3-version}</version>
</dependency>
<dependency>