Repository: camel Updated Branches: refs/heads/master a118fa9ab -> 91a8b64a6
CAMEL-10828: Add to kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/91a8b64a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/91a8b64a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/91a8b64a Branch: refs/heads/master Commit: 91a8b64a6b18a9a46123140ff75f45984e9188ac Parents: a118fa9 Author: Claus Ibsen <[email protected]> Authored: Tue Feb 14 20:18:17 2017 +0100 Committer: Claus Ibsen <[email protected]> Committed: Tue Feb 14 20:18:17 2017 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + parent/pom.xml | 5 +++++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/91a8b64a/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 7a221ca..1300619 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -2205,6 +2205,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-nexus</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-catalog-provider-karaf</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/91a8b64a/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 6ea317a..3850e70 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -284,6 +284,7 @@ <include>org.apache.camel:camel-catalog</include> <include>org.apache.camel:camel-catalog-lucene</include> <include>org.apache.camel:camel-catalog-maven</include> + <include>org.apache.camel:camel-catalog-nexus</include> <include>org.apache.camel:camel-catalog-provider-karaf</include> <include>org.apache.camel:camel-catalog-provider-springboot</include> <include>org.apache.camel:camel-catalog-rest</include> http://git-wip-us.apache.org/repos/asf/camel/blob/91a8b64a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 761eb8b..315c4dc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2028,6 +2028,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-nexus</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-catalog-provider-karaf</artifactId> <version>${project.version}</version> </dependency>
