-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Hello,
with the current BOM
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.rewedigital.fulfillment.spring</groupId>
<artifactId>ffp-spring-boot-dependencies</artifactId>
<version>${project.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencyManagement>and org.testcontainers:kafka
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
</dependency>unfortunately a dependency convergence happens.
To be more clear, following error appears inside my build pipeline:
Dependency convergence error for net.java.dev.jna:jna:5.2.0 paths to dependency are:
+-org.testcontainers:kafka:1.15.3
+-org.testcontainers:testcontainers:1.15.3
+-org.rnorth.visible-assertions:visible-assertions:2.1.2
+-net.java.dev.jna:jna:5.2.0
and
+-org.testcontainers:kafka:1.15.3
+-org.testcontainers:testcontainers:1.15.3
+-com.github.docker-java:docker-java-transport-zerodep:3.2.8
+-net.java.dev.jna:jna:5.8.0
For now, I can suppress this error inside the dependencyManagmenet section.
But I think it would be "better" to not release such dependency convergences.
With best regards,
Alex
Metadata
Metadata
Assignees
Labels
No labels