Repository: camel
Updated Branches:
refs/heads/camel-2.15.x 748ccaa51 -> ae2fde0f3
minor cleanup of camel-stomp pom to delete xstream
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ae2fde0f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ae2fde0f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ae2fde0f
Branch: refs/heads/camel-2.15.x
Commit: ae2fde0f396461690c4b27024af3b53ac142d5e5
Parents: 748ccaa
Author: Akitoshi Yoshida <ay@apache.org>
Authored: Thu Nov 12 14:27:45 2015 +0100
Committer: Akitoshi Yoshida <ay@apache.org>
Committed: Thu Nov 12 14:30:28 2015 +0100
----------------------------------------------------------------------
components/camel-stomp/pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/ae2fde0f/components/camel-stomp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stomp/pom.xml b/components/camel-stomp/pom.xml
index 6649244..0b6afa3 100644
--- a/components/camel-stomp/pom.xml
+++ b/components/camel-stomp/pom.xml
@@ -73,11 +73,6 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
|