You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2014/06/03 08:55:25 UTC

git commit: Add missing test maven artifact required to debug in IntelliJ, ...

Repository: camel
Updated Branches:
  refs/heads/master c04e4d029 -> 3e1042c3a


Add missing test maven artifact required to debug in IntelliJ, ...


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3e1042c3
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3e1042c3
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3e1042c3

Branch: refs/heads/master
Commit: 3e1042c3ab9aea09da1523182b0991b3e65c94a5
Parents: c04e4d0
Author: Charles Moulliard <ch...@gmail.com>
Authored: Tue Jun 3 08:55:19 2014 +0200
Committer: Charles Moulliard <ch...@gmail.com>
Committed: Tue Jun 3 08:55:19 2014 +0200

----------------------------------------------------------------------
 components/camel-jaxb/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3e1042c3/components/camel-jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 1faa656..0b552e1 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -62,6 +62,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-xml</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-spring-javaconfig</artifactId>
             <scope>test</scope>
         </dependency>