You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/06/28 11:18:55 UTC

[incubator-plc4x] branch feature/mobbus-support-with-lib updated: fix build

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

sruehl pushed a commit to branch feature/mobbus-support-with-lib
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/feature/mobbus-support-with-lib by this push:
     new 948bbba  fix build
948bbba is described below

commit 948bbba1c81ca0b649dfe64f4faaa065c64fdc86
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Jun 28 13:18:49 2018 +0200

    fix build
---
 plc4j/protocols/modbus/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/plc4j/protocols/modbus/pom.xml b/plc4j/protocols/modbus/pom.xml
index edee2f2..bfa39f0 100644
--- a/plc4j/protocols/modbus/pom.xml
+++ b/plc4j/protocols/modbus/pom.xml
@@ -118,6 +118,13 @@
             <configuration>
               <failOnWarning>true</failOnWarning>
               <ignoredDependencies>
+                <ignoredDependency>org.assertj:assertj-core</ignoredDependency>
+                <ignoredDependency>junit:junit</ignoredDependency>
+                <ignoredDependency>org.hamcrest:hamcrest-core</ignoredDependency>
+                <ignoredDependency>org.hamcrest:hamcrest-library</ignoredDependency>
+                <ignoredDependency>org.mockito:mockito-core</ignoredDependency>
+                <ignoredDependency>org.slf4j:slf4j-api</ignoredDependency>
+                <ignoredDependency>ch.qos.logback:logback-classic</ignoredDependency>
                 <ignoredDependency>com.digitalpetri.modbus:modbus-master-tcp</ignoredDependency>
               </ignoredDependencies>
             </configuration>