You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/01/16 16:55:19 UTC

[incubator-plc4x] branch rel/0.3 updated: Replaced the old dependency (after renaming).

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

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


The following commit(s) were added to refs/heads/rel/0.3 by this push:
     new dc4d601  Replaced the old dependency (after renaming).
dc4d601 is described below

commit dc4d6014e5fdf72119e5784dc98db232a8481c18
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Wed Jan 16 17:55:13 2019 +0100

    Replaced the old dependency (after renaming).
---
 plc4j/utils/scraper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/utils/scraper/pom.xml b/plc4j/utils/scraper/pom.xml
index 5dd36f1..8275b07 100644
--- a/plc4j/utils/scraper/pom.xml
+++ b/plc4j/utils/scraper/pom.xml
@@ -96,7 +96,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-protocol-test</artifactId>
+      <artifactId>plc4j-protocol-driver-base-test</artifactId>
       <version>0.3.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>