Repository: camel Updated Branches: refs/heads/camel-2.16.x 581e5dc50 -> b55aa95ac
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/b55aa95a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b55aa95a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b55aa95a Branch: refs/heads/camel-2.16.x Commit: b55aa95ac44dc8bda846ca52358c124362e6fe6d Parents: 581e5dc Author: Akitoshi Yoshida <[email protected]> Authored: Thu Nov 12 14:27:45 2015 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Thu Nov 12 14:28: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/b55aa95a/components/camel-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-stomp/pom.xml b/components/camel-stomp/pom.xml index 60a4b73..93c5cc2 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>
