frankpuppa commented on issue #2277:
URL: https://github.com/apache/plc4x/issues/2277#issuecomment-3323520522

   ```
   mvn dependency:tree       
   [INFO] Scanning for projects...
   [WARNING] 
   [WARNING] Some problems were encountered while building the effective model 
for org.example:SpringExampleApplication:jar:1.0-SNAPSHOT
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: org.springframework.boot:spring-boot-starter:jar -> duplicate 
declaration of version (?) @ line 76, column 21
   [WARNING] 
   [WARNING] It is highly recommended to fix these problems because they 
threaten the stability of your build.
   [WARNING] 
   [WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
   [WARNING] 
   [INFO] 
   [INFO] ----------------< org.example:SpringExampleApplication 
>----------------
   [INFO] Building SpringExampleApplication 1.0-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO] 
   [INFO] --- dependency:3.7.0:tree (default-cli) @ SpringExampleApplication ---
   [INFO] org.example:SpringExampleApplication:jar:1.0-SNAPSHOT
   [INFO] +- org.springframework.boot:spring-boot-starter:jar:3.5.3:compile
   [INFO] |  +- org.springframework.boot:spring-boot:jar:3.5.3:compile
   [INFO] |  |  \- org.springframework:spring-context:jar:6.2.8:compile
   [INFO] |  |     +- org.springframework:spring-aop:jar:6.2.8:compile
   [INFO] |  |     +- org.springframework:spring-beans:jar:6.2.8:compile
   [INFO] |  |     +- org.springframework:spring-expression:jar:6.2.8:compile
   [INFO] |  |     \- io.micrometer:micrometer-observation:jar:1.15.1:compile
   [INFO] |  |        \- io.micrometer:micrometer-commons:jar:1.15.1:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-autoconfigure:jar:3.5.3:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-starter-logging:jar:3.5.3:compile
   [INFO] |  |  +- ch.qos.logback:logback-classic:jar:1.5.18:compile
   [INFO] |  |  |  \- ch.qos.logback:logback-core:jar:1.5.18:compile
   [INFO] |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.3:compile
   [INFO] |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.24.3:compile
   [INFO] |  |  \- org.slf4j:jul-to-slf4j:jar:2.0.17:compile
   [INFO] |  +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
   [INFO] |  +- org.springframework:spring-core:jar:6.2.8:compile
   [INFO] |  |  \- org.springframework:spring-jcl:jar:6.2.8:compile
   [INFO] |  \- org.yaml:snakeyaml:jar:2.4:compile
   [INFO] +- org.projectlombok:lombok:jar:1.18.38:provided
   [INFO] +- org.apache.plc4x:plc4j-api:jar:0.13.0:compile
   [INFO] +- org.apache.plc4x:plc4j-driver-s7:jar:0.13.0:compile
   [INFO] |  +- org.apache.plc4x:plc4j-transport-tcp:jar:0.13.0:compile
   [INFO] |  +- org.pcap4j:pcap4j-core:jar:1.8.2:compile
   [INFO] |  |  +- net.java.dev.jna:jna:jar:5.3.1:compile
   [INFO] |  |  \- org.slf4j:slf4j-api:jar:2.0.17:compile
   [INFO] |  +- org.pcap4j:pcap4j-packetfactory-static:jar:1.8.2:runtime
   [INFO] |  +- org.apache.commons:commons-lang3:jar:3.17.0:compile
   [INFO] |  +- commons-codec:commons-codec:jar:1.18.0:compile
   [INFO] |  +- io.netty:netty-buffer:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-transport:jar:4.1.122.Final:compile
   [INFO] |  |  \- io.netty:netty-resolver:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-handler:jar:4.1.122.Final:compile
   [INFO] |  |  \- 
io.netty:netty-transport-native-unix-common:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-codec:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-common:jar:4.1.122.Final:compile
   [INFO] |  \- org.json:json:jar:20250517:compile
   [INFO] +- org.apache.plc4x:plc4j-driver-modbus:jar:0.13.0:compile
   [INFO] |  \- org.apache.plc4x:plc4j-utils-raw-sockets:jar:0.13.0:compile
   [INFO] |     +- org.apache.plc4x:plc4j-utils-pcap-shared:jar:0.13.0:compile
   [INFO] |     \- commons-net:commons-net:jar:3.11.1:compile
   [INFO] +- org.apache.plc4x:plc4j-spi:jar:0.13.0:compile
   [INFO] |  +- com.fasterxml.woodstox:woodstox-core:jar:7.1.1:runtime
   [INFO] |  |  \- org.codehaus.woodstox:stax2-api:jar:4.2.2:runtime
   [INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.19.1:compile
   [INFO] |  +- io.vavr:vavr:jar:0.10.7:compile
   [INFO] |  |  \- io.vavr:vavr-match:jar:0.10.7:compile
   [INFO] |  \- com.github.jinahya:bit-io:jar:1.4.3:compile
   [INFO] +- org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.5:compile
   [INFO] +- org.apache.commons:commons-csv:jar:1.10.0:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.19.1:compile
   [INFO] |  \- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.19.1:compile
   [INFO] \- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.19.1:compile
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.690 s
   [INFO] Finished at: 2025-09-23T12:58:21+02:00
   [INFO] 
------------------------------------------------------------------------
   ```
   according to this yes 
   
   I also just tried the version 0.13.1 but I get the same error.
   
   ```
   ╰─➤  mvn dependency:tree 
   [INFO] Scanning for projects...
   [WARNING] 
   [WARNING] Some problems were encountered while building the effective model 
for org.example:SpringExampleApplication:jar:1.0-SNAPSHOT
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: org.springframework.boot:spring-boot-starter:jar -> duplicate 
declaration of version (?) @ line 76, column 21
   [WARNING] 
   [WARNING] It is highly recommended to fix these problems because they 
threaten the stability of your build.
   [WARNING] 
   [WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
   [WARNING] 
   [INFO] 
   [INFO] ----------------< org.example:SpringExampleApplication 
>----------------
   [INFO] Building SpringExampleApplication 1.0-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO] 
   [INFO] --- dependency:3.7.0:tree (default-cli) @ SpringExampleApplication ---
   [INFO] org.example:SpringExampleApplication:jar:1.0-SNAPSHOT
   [INFO] +- org.springframework.boot:spring-boot-starter:jar:3.5.3:compile
   [INFO] |  +- org.springframework.boot:spring-boot:jar:3.5.3:compile
   [INFO] |  |  \- org.springframework:spring-context:jar:6.2.8:compile
   [INFO] |  |     +- org.springframework:spring-aop:jar:6.2.8:compile
   [INFO] |  |     +- org.springframework:spring-beans:jar:6.2.8:compile
   [INFO] |  |     +- org.springframework:spring-expression:jar:6.2.8:compile
   [INFO] |  |     \- io.micrometer:micrometer-observation:jar:1.15.1:compile
   [INFO] |  |        \- io.micrometer:micrometer-commons:jar:1.15.1:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-autoconfigure:jar:3.5.3:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-starter-logging:jar:3.5.3:compile
   [INFO] |  |  +- ch.qos.logback:logback-classic:jar:1.5.18:compile
   [INFO] |  |  |  \- ch.qos.logback:logback-core:jar:1.5.18:compile
   [INFO] |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.3:compile
   [INFO] |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.24.3:compile
   [INFO] |  |  \- org.slf4j:jul-to-slf4j:jar:2.0.17:compile
   [INFO] |  +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
   [INFO] |  +- org.springframework:spring-core:jar:6.2.8:compile
   [INFO] |  |  \- org.springframework:spring-jcl:jar:6.2.8:compile
   [INFO] |  \- org.yaml:snakeyaml:jar:2.4:compile
   [INFO] +- org.projectlombok:lombok:jar:1.18.38:provided
   [INFO] +- org.apache.plc4x:plc4j-api:jar:0.13.1:compile
   [INFO] +- org.apache.plc4x:plc4j-driver-s7:jar:0.13.1:compile
   [INFO] |  +- org.apache.plc4x:plc4j-transport-tcp:jar:0.13.1:compile
   [INFO] |  +- org.pcap4j:pcap4j-core:jar:1.8.2:compile
   [INFO] |  |  +- net.java.dev.jna:jna:jar:5.3.1:compile
   [INFO] |  |  \- org.slf4j:slf4j-api:jar:2.0.17:compile
   [INFO] |  +- org.pcap4j:pcap4j-packetfactory-static:jar:1.8.2:runtime
   [INFO] |  +- org.apache.commons:commons-lang3:jar:3.17.0:compile
   [INFO] |  +- commons-codec:commons-codec:jar:1.18.0:compile
   [INFO] |  +- io.netty:netty-buffer:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-transport:jar:4.1.122.Final:compile
   [INFO] |  |  \- io.netty:netty-resolver:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-handler:jar:4.1.122.Final:compile
   [INFO] |  |  \- 
io.netty:netty-transport-native-unix-common:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-codec:jar:4.1.122.Final:compile
   [INFO] |  +- io.netty:netty-common:jar:4.1.122.Final:compile
   [INFO] |  \- org.json:json:jar:20250517:compile
   [INFO] +- org.apache.plc4x:plc4j-driver-modbus:jar:0.13.1:compile
   [INFO] |  \- org.apache.plc4x:plc4j-utils-raw-sockets:jar:0.13.1:compile
   [INFO] |     +- org.apache.plc4x:plc4j-utils-pcap-shared:jar:0.13.1:compile
   [INFO] |     \- commons-net:commons-net:jar:3.12.0:compile
   [INFO] |        \- commons-io:commons-io:jar:2.20.0:compile
   [INFO] +- org.apache.plc4x:plc4j-spi:jar:0.13.1:compile
   [INFO] |  +- com.fasterxml.woodstox:woodstox-core:jar:7.1.1:runtime
   [INFO] |  |  \- org.codehaus.woodstox:stax2-api:jar:4.2.2:runtime
   [INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.19.1:compile
   [INFO] |  +- io.vavr:vavr:jar:0.10.7:compile
   [INFO] |  |  \- io.vavr:vavr-match:jar:0.10.7:compile
   [INFO] |  \- com.github.jinahya:bit-io:jar:1.4.3:compile
   [INFO] +- org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.5:compile
   [INFO] +- org.apache.commons:commons-csv:jar:1.10.0:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.19.1:compile
   [INFO] |  \- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.19.1:compile
   [INFO] \- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.19.1:compile
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.741 s
   [INFO] Finished at: 2025-09-23T13:01:08+02:00
   [INFO] 
------------------------------------------------------------------------
   
   ```


-- 
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]

Reply via email to