You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/10/30 19:32:29 UTC

[camel] branch master updated: CAMEL-11965: added in parent/pom.xml all the hapi structures dependencies compatible vit version 2.2

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 907ad73  CAMEL-11965: added in parent/pom.xml all the hapi structures dependencies compatible vit version 2.2
907ad73 is described below

commit 907ad73ebe99c83b7ad66b34291029dcaf2c8940
Author: Andrea Tarocchi <at...@redhat.com>
AuthorDate: Mon Oct 30 18:04:57 2017 +0100

    CAMEL-11965: added in parent/pom.xml all the hapi structures dependencies compatible vit version 2.2
---
 parent/pom.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index c930291..52feabb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4203,6 +4203,21 @@
       <!-- optional hapi dependencies -->
       <dependency>
           <groupId>ca.uhn.hapi</groupId>
+          <artifactId>hapi-structures-v22</artifactId>
+          <version>${hapi-version}</version>
+      </dependency>
+      <dependency>
+          <groupId>ca.uhn.hapi</groupId>
+          <artifactId>hapi-structures-v23</artifactId>
+          <version>${hapi-version}</version>
+      </dependency>
+      <dependency>
+          <groupId>ca.uhn.hapi</groupId>
+          <artifactId>hapi-structures-v231</artifactId>
+          <version>${hapi-version}</version>
+      </dependency>
+      <dependency>
+          <groupId>ca.uhn.hapi</groupId>
           <artifactId>hapi-structures-v24</artifactId>
           <version>${hapi-version}</version>
       </dependency>
@@ -4211,6 +4226,16 @@
           <artifactId>hapi-structures-v25</artifactId>
           <version>${hapi-version}</version>
       </dependency>
+      <dependency>
+          <groupId>ca.uhn.hapi</groupId>
+          <artifactId>hapi-structures-v251</artifactId>
+          <version>${hapi-version}</version>
+      </dependency>
+      <dependency>
+          <groupId>ca.uhn.hapi</groupId>
+          <artifactId>hapi-structures-v26</artifactId>
+          <version>${hapi-version}</version>
+      </dependency>
 
       <!-- optional disruptor dependencies -->
       <dependency>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].