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 2018/08/17 13:55:24 UTC

[incubator-plc4x] 02/03: Changed the scope of the core module

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

cdutz pushed a commit to branch feature/ethernet-ip
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 66ff504ebb3fa0b88c16525d4e642195a9d4b61e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Aug 16 09:29:46 2018 +0200

    Changed the scope of the core module
---
 plc4j/protocols/ethernetip/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plc4j/protocols/ethernetip/pom.xml b/plc4j/protocols/ethernetip/pom.xml
index b43c895..bf33a6c 100644
--- a/plc4j/protocols/ethernetip/pom.xml
+++ b/plc4j/protocols/ethernetip/pom.xml
@@ -53,11 +53,12 @@
       <artifactId>plc4j-protocol-driver-base-tcp</artifactId>
       <version>0.0.1-SNAPSHOT</version>
     </dependency>
+
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-core</artifactId>
       <version>0.0.1-SNAPSHOT</version>
-      <scope>runtime</scope>
+      <scope>test</scope>
     </dependency>
 
     <!--dependency>