You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by na...@apache.org on 2020/01/28 23:32:34 UTC

[plc4x] branch develop updated: [fix] exluded milo example server from test

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

nalim2 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 fccc191  [fix] exluded milo example server from test
fccc191 is described below

commit fccc1910606f507e00813c59ef4032ba119a22c0
Author: Matthias Milan Strljic <Ma...@googlemail.com>
AuthorDate: Wed Jan 29 00:32:22 2020 +0100

    [fix] exluded milo example server from test
---
 plc4j/drivers/opcua/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml
index 658e813..b18d5fa 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -64,6 +64,7 @@
       <groupId>org.eclipse.milo</groupId>
       <artifactId>server-examples</artifactId>
       <version>0.3.6</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>