Repository: camel
Updated Branches:
  refs/heads/master 83ed03d45 -> 1f124746c


CAMEL-8029 Fix licensing issue with camel-xmljson. Add test-with-xom profile 
for Jenkins.


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

Branch: refs/heads/master
Commit: 1f124746c0878f0ad710597d750ced349872b17c
Parents: 83ed03d
Author: Raul Kripalani <ra...@apache.org>
Authored: Tue Nov 11 00:33:22 2014 +0000
Committer: Raul Kripalani <ra...@apache.org>
Committed: Tue Nov 11 00:33:22 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/camel/blob/1f124746/components/camel-xmljson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmljson/pom.xml b/components/camel-xmljson/pom.xml
index 3e4b75b..6a985c3 100644
--- a/components/camel-xmljson/pom.xml
+++ b/components/camel-xmljson/pom.xml
@@ -83,6 +83,20 @@
         </dependency>
       </dependencies>
     </profile>
+    <profile>
+      <id>test-with-xom</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>xom</groupId>
+          <artifactId>xom</artifactId>
+          <version>${xom-version}</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 
 </project>

Reply via email to