You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ay...@apache.org on 2015/11/12 14:28:04 UTC

camel git commit: minor cleanup of camel-stomp pom to delete xstream

Repository: camel
Updated Branches:
  refs/heads/master ae8b96141 -> 39841c6c4


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/39841c6c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/39841c6c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/39841c6c

Branch: refs/heads/master
Commit: 39841c6c4d9b8450859d4a3a3be419506cf4546c
Parents: ae8b961
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:27:52 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/39841c6c/components/camel-stomp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stomp/pom.xml b/components/camel-stomp/pom.xml
index 85264dd..8c1569a 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>