You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ld...@apache.org on 2021/03/29 11:56:21 UTC

[plc4x] 01/04: Use latest SNAPSHOT version to support JMPS

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

ldywicki pushed a commit to branch feature/profinet2
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit b49003820f16df3f76191c009895abb384e8944b
Author: Adi <ad...@gmail.com>
AuthorDate: Fri Mar 19 14:06:33 2021 +0100

    Use latest SNAPSHOT version to support JMPS
---
 sandbox/test-java-profinet-driver/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sandbox/test-java-profinet-driver/pom.xml b/sandbox/test-java-profinet-driver/pom.xml
index 0d26ff2..93405f3 100644
--- a/sandbox/test-java-profinet-driver/pom.xml
+++ b/sandbox/test-java-profinet-driver/pom.xml
@@ -61,16 +61,19 @@
     <dependency>
       <groupId>org.pcap4j</groupId>
       <artifactId>pcap4j-core</artifactId>
+      <version>1.8.3-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.pcap4j</groupId>
       <artifactId>pcap4j-packetfactory-static</artifactId>
+      <version>1.8.3-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
+      <version>1.3.0-alpha5</version>
       <scope>compile</scope>
     </dependency>