mirror of https://github.com/apache/activemq.git
Applying patch: https://issues.apache.org/activemq/browse/AMQ-1493 Thx Dejan.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@612548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b5608f761
commit
4c978f17bb
|
@ -61,7 +61,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xstream</groupId>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xstream</groupId>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xstream</groupId>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xstream</groupId>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<artifactId>jmdns</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xstream</groupId>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue