You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/23 17:24:43 UTC

[plc4x] branch develop updated: - Fixed a dependency usage problem.

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

cdutz 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 28d8f6c  - Fixed a dependency usage problem.
28d8f6c is described below

commit 28d8f6c303bb0f0c10a8a73e48cf4e77157d2d57
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Aug 23 19:24:37 2019 +0200

    - Fixed a dependency usage problem.
---
 plc4j/integrations/apache-camel/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/plc4j/integrations/apache-camel/pom.xml b/plc4j/integrations/apache-camel/pom.xml
index 9dcc271..176af17 100644
--- a/plc4j/integrations/apache-camel/pom.xml
+++ b/plc4j/integrations/apache-camel/pom.xml
@@ -169,6 +169,9 @@
               <ignoredDependencies combine.children="append">
                 <ignoredDependency>org.apache.plc4x:plc4j-driver-ads</ignoredDependency>
               </ignoredDependencies>
+              <usedDependencies combine.children="append">
+                <usedDependency>javax.activation:javax.activation-api</usedDependency>
+              </usedDependencies>
             </configuration>
           </execution>
         </executions>