You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/01/12 11:54:42 UTC

[incubator-plc4x] branch master updated: fix wrong scope. Meant to be optional true

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

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new b8c0b06  fix wrong scope. Meant to be optional true
b8c0b06 is described below

commit b8c0b063b4cfb1ba0be9aa262a37a87bf8afad7a
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Jan 12 12:54:38 2018 +0100

    fix wrong scope. Meant to be optional true
---
 integrations/apache-camel/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integrations/apache-camel/pom.xml b/integrations/apache-camel/pom.xml
index 71099c9..378083c 100644
--- a/integrations/apache-camel/pom.xml
+++ b/integrations/apache-camel/pom.xml
@@ -66,7 +66,8 @@
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-protocol-s7</artifactId>
       <version>0.0.1-SNAPSHOT</version>
-      <scope>optional</scope>
+      <scope>runtime</scope>
+      <optional>true</optional>
     </dependency>
 
     <!-- logging -->

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