You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by er...@apache.org on 2020/04/02 09:43:41 UTC

[plc4x] branch develop updated: Added Dependency for development profile

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

erobinet pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 825701d  Added Dependency for development profile
825701d is described below

commit 825701d3f0322a6d3c206c530b8b65168c67d9d2
Author: etiennerobinet <61...@users.noreply.github.com>
AuthorDate: Thu Apr 2 11:42:40 2020 +0200

    Added Dependency for development profile
---
 plc4j/integrations/apache-camel/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/plc4j/integrations/apache-camel/pom.xml b/plc4j/integrations/apache-camel/pom.xml
index 4aaf0e7..e47aef7 100644
--- a/plc4j/integrations/apache-camel/pom.xml
+++ b/plc4j/integrations/apache-camel/pom.xml
@@ -63,6 +63,12 @@
       <artifactId>camel-support</artifactId>
       <version>${camel.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-util</artifactId>
+      <version>${camel.version}</version>
+    </dependency>
+
 
     <!-- Support camel documentation-->
     <!-- TODO: Do we need this? -->