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

sruehl 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 bca6a0e  fix build
bca6a0e is described below

commit bca6a0e2970bf139d2fe58a6e08da41b05899468
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu May 24 18:07:57 2018 +0200

    fix build
---
 integrations/apache-camel/pom.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/integrations/apache-camel/pom.xml 
b/integrations/apache-camel/pom.xml
index 792b059..3fa68fe 100644
--- a/integrations/apache-camel/pom.xml
+++ b/integrations/apache-camel/pom.xml
@@ -146,6 +146,33 @@
           </instructions>
         </configuration>
       </plugin-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>3.0.2</version>
+        <executions>
+          <execution>
+            <id>check-dependencies</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>analyze-only</goal>
+            </goals>
+            <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>org.apache.plc4x:plc4j-protocol-ads</ignoredDependency>
+              </ignoredDependencies>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 

-- 
To stop receiving notification emails like this one, please contact
sru...@apache.org.

Reply via email to