gustavoschewinski commented on issue #1732: URL: https://github.com/apache/plc4x/issues/1732#issuecomment-2304522647
Hi @splatch, I can't check it because I’m just installing the package with Maven in the `pom.xml`. Could this be an issue? If I list the dependency tree, I'm using all version 0.13.0-SNAPSHOT: ``` [INFO] +- org.apache.plc4x:plc4j-api:jar:0.13.0-SNAPSHOT:compile [INFO] +- org.apache.plc4x:plc4j-driver-s7:jar:0.13.0-SNAPSHOT:compile [INFO] | +- org.apache.plc4x:plc4j-spi:jar:0.13.0-SNAPSHOT:compile [INFO] +- org.apache.plc4x:plc4j-driver-opcua:jar:0.13.0-SNAPSHOT:compile [INFO] +- org.apache.plc4x:plc4j-transport-tcp:jar:0.13.0-SNAPSHOT:compile [INFO] +- org.apache.plc4x:plc4j-driver-modbus:jar:0.13.0-SNAPSHOT:compile [INFO] | +- org.apache.plc4x:plc4j-utils-raw-sockets:jar:0.13.0-SNAPSHOT:compile [INFO] | | +- org.apache.plc4x:plc4j-utils-pcap-shared:jar:0.13.0-SNAPSHOT:compile ``` I also did a clean reinstall with `mvn clean install -U`, but it didn't fix the problem. This is really weird :( Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
