You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2018/07/27 15:36:26 UTC

[camel] branch camel-2.22.x updated: CAMEL-12692: Add camel-as2 to camel-parent POM

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new d6ebf98  CAMEL-12692: Add camel-as2 to camel-parent POM
d6ebf98 is described below

commit d6ebf98baca2468e9e373a1727789966bb0f9e5f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jul 27 16:22:02 2018 +0100

    CAMEL-12692: Add camel-as2 to camel-parent POM
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index f62e3b7..c696187 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -844,6 +844,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-as2</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-asn1</artifactId>
         <version>${project.version}</version>
       </dependency>