This is an automated email from the ASF dual-hosted git repository.
tmitsch pushed a commit to branch Scraper_improvement
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/Scraper_improvement by this
push:
new 60cbb67 removed sandbox dep
60cbb67 is described below
commit 60cbb672931b74827ffa7d70485f66dc878ee702
Author: Tim Mitsch <[email protected]>
AuthorDate: Wed Apr 10 17:32:05 2019 +0200
removed sandbox dep
---
examples/hello-world-plc4x/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/examples/hello-world-plc4x/pom.xml
b/examples/hello-world-plc4x/pom.xml
index a1240a8..fbd1b74 100644
--- a/examples/hello-world-plc4x/pom.xml
+++ b/examples/hello-world-plc4x/pom.xml
@@ -50,12 +50,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.apache.plc4x.sandbox</groupId>
- <artifactId>plc4j-dynamic-driver-s7</artifactId>
- <version>0.4.0-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-driver-simulated</artifactId>
<version>0.4.0-SNAPSHOT</version>
@@ -91,7 +85,6 @@
<usedDependencies combine.children="append">
<usedDependency>org.apache.plc4x:plc4j-driver-s7</usedDependency>
<usedDependency>org.apache.plc4x:plc4j-driver-simulated</usedDependency>
-
<usedDependency>org.apache.plc4x.sandbox:plc4j-dynamic-driver-s7</usedDependency>
<usedDependency>org.slf4j:log4j-over-slf4j</usedDependency>
</usedDependencies>
</configuration>