0

In my Pom.XML, there is two dependency that get with them the: 'org.keyclaok:keycloak-core' dependency:

       <dependency>
   <groupId>ma.s2m.nxp</groupId>
   <artifactId>nxp-keycloak-starter</artifactId>
   <version>1.1.0</version>
</dependency>

which is a starter developped by the company that come with the 'org.keycloak:keyclaok-core' version 13.0.0,

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-oauth-client</artifactId>
    <version>${strimzi-oauth-callback.version}</version>
</dependency>

This dependency come with 'org.keycloak:keycloak-core' version 11.0.2, and the strimzi-oauth-callback.version property is 0.6.1

When i run mvn dependency:tree, i get the 'org.keycloak:keycloak-core' with the version 11.0.2 (the dependency that come with 'kafka-oauth-client'), and i need it to come from 'nxp-keycloak-starter'

0 Answers0