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/11/07 19:23:53 UTC

[incubator-plc4x] branch master updated: - Fixed the build

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

cdutz 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 84fd742  - Fixed the build
84fd742 is described below

commit 84fd7423ade27940d874e6655501228d6448a1ff
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Nov 7 20:23:49 2018 +0100

    - Fixed the build
---
 plc4j/utils/opm/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/plc4j/utils/opm/pom.xml b/plc4j/utils/opm/pom.xml
index 263dfdb..dc27888 100644
--- a/plc4j/utils/opm/pom.xml
+++ b/plc4j/utils/opm/pom.xml
@@ -88,5 +88,18 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <configuration>
+          <usedDependencies combine.children="append">
+            <usedDependency>org.apache.plc4x:plc4j-protocol-test</usedDependency>
+          </usedDependencies>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>
\ No newline at end of file