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/30 08:16:35 UTC

[camel] branch camel-2.22.x updated: CAMEL-12697: Add hapi-structures-v21 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 252a1e0  CAMEL-12697: Add hapi-structures-v21 to camel-parent POM
252a1e0 is described below

commit 252a1e078db4141fc59005c50cc9f305bbb1666c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jul 30 09:04:49 2018 +0100

    CAMEL-12697: Add hapi-structures-v21 to camel-parent POM
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index c696187..53b6388 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4368,6 +4368,11 @@
 
       <!-- optional hapi dependencies -->
       <dependency>
+        <groupId>ca.uhn.hapi</groupId>
+        <artifactId>hapi-structures-v21</artifactId>
+        <version>${hapi-version}</version>
+      </dependency>
+      <dependency>
           <groupId>ca.uhn.hapi</groupId>
           <artifactId>hapi-structures-v22</artifactId>
           <version>${hapi-version}</version>