Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x 00d075c17 -> 7dceea0da


Added wrapped mchange-commons-java to camel-quartz2 features


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

Branch: refs/heads/camel-2.16.x
Commit: 7dceea0dac0859aed4da5fccf168b977cb8a7418
Parents: 00d075c
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Thu Feb 25 08:20:53 2016 +0100
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Feb 25 08:26:18 2016 +0100

----------------------------------------------------------------------
 parent/pom.xml                                           | 1 +
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7dceea0d/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 362d8c7..ba6ad7d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -366,6 +366,7 @@
     
<maven-surefire-report-plugin-version>2.13</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>2.6</maven-war-plugin-version>
     <maven-version>2.0</maven-version>
+    <mchange-commons-java-version>0.2.10</mchange-commons-java-version>
     <metrics-version>3.1.2</metrics-version>
     <mina-bundle-version>1.1.7_6</mina-bundle-version>
     <mina-version>1.1.7</mina-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/7dceea0d/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 0782c1a..6536248 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1238,6 +1238,7 @@
   </feature>
   <feature name='camel-quartz2' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <bundle 
dependency='true'>wrap:mvn:com.mchange/c3p0/${c3p0-version}</bundle>
+    <bundle 
dependency='true'>wrap:mvn:com.mchange/mchange-commons-java/${mchange-commons-java-version}</bundle>
     <bundle 
dependency='true'>mvn:org.quartz-scheduler/quartz/${quartz2-version}</bundle>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-quartz2/${project.version}</bundle>

Reply via email to