You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting following warning when building my project using 4.6.2 version of Micronaut.
[WARNING] Some problems were encountered while building the effective model for edu.gia.lab:currency-converter-microservice:jar:0.5
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.kafka:kafka-clients:jar -> version ${kafka.compat.version} vs ${kafka.version} @ io.micronaut.platform:micronaut-platform:4.6.2, C:\Users\ahussain.m2\repository\io\micronaut\platform\micronaut-platform\4.6.2\micronaut-platform-4.6.2.pom, line 2107, column 19
It seems like Kafka is added twice in the micronaut-parent pom file in version 4.6.2
Can it be fixed or I need to wait for next relase?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am getting following warning when building my project using 4.6.2 version of Micronaut.
[WARNING] Some problems were encountered while building the effective model for edu.gia.lab:currency-converter-microservice:jar:0.5
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.kafka:kafka-clients:jar -> version ${kafka.compat.version} vs ${kafka.version} @ io.micronaut.platform:micronaut-platform:4.6.2, C:\Users\ahussain.m2\repository\io\micronaut\platform\micronaut-platform\4.6.2\micronaut-platform-4.6.2.pom, line 2107, column 19
It seems like Kafka is added twice in the micronaut-parent pom file in version 4.6.2
Can it be fixed or I need to wait for next relase?
Beta Was this translation helpful? Give feedback.
All reactions