This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 8bd2777bf8f92acfc4f2295a44629feb00a43fcd Author: Christofer Dutz <[email protected]> AuthorDate: Wed Aug 21 16:59:19 2019 +0200 - Cleaned up the build (less hacks) --- plc4j/integrations/logstash-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plc4j/integrations/logstash-plugin/pom.xml b/plc4j/integrations/logstash-plugin/pom.xml index b4934c7..b2560b1 100644 --- a/plc4j/integrations/logstash-plugin/pom.xml +++ b/plc4j/integrations/logstash-plugin/pom.xml @@ -208,6 +208,10 @@ </execution> </executions> </plugin> + <!-- + We are referencing libraries that are not directly used, we have to tell the dependency + plugin that they are used and it shouldn't complain and break the build. + --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId>
