This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 699ec91 CAMEL-12697: Add hapi-structures-v21 to camel-parent POM 699ec91 is described below commit 699ec910147395166e3994c1d75a3eef750742a4 Author: James Netherton <jamesnether...@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 23525aa..5a8d7d1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4366,6 +4366,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>