git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@612548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-01-16 19:29:10 +00:00
parent 2b5608f761
commit 4c978f17bb
6 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>xstream</groupId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>

View File

@ -219,7 +219,7 @@
</dependency>
<dependency>
<groupId>xstream</groupId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>

View File

@ -118,7 +118,7 @@
</dependency>
<dependency>
<groupId>xstream</groupId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>

View File

@ -103,7 +103,7 @@
</dependency>
<dependency>
<groupId>xstream</groupId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>

View File

@ -157,7 +157,7 @@
<artifactId>jmdns</artifactId>
</dependency>
<dependency>
<groupId>xstream</groupId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>

View File

@ -683,7 +683,7 @@
</dependency>
<dependency>
<groupId>xstream</groupId>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream-version}</version>
</dependency>