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
in video-tutorials/jackson-annotations you have a module:
com.baeldung:jackson-annotations:1.0.0-SNAPSHOT
in jackson-modules/jackson-annotations you have a module:
com.baeldung:jackson-annotations:0.0.1-SNAPSHOT
it is very strange to have same groupId and artificactId in two different places... com.baeldung:jackson-annotations is not used anywhere as a dependency anyway --> I suggest to rename one of the modules
The text was updated successfully, but these errors were encountered:
in
video-tutorials/jackson-annotations
you have a module:com.baeldung:jackson-annotations:1.0.0-SNAPSHOT
in
jackson-modules/jackson-annotations
you have a module:com.baeldung:jackson-annotations:0.0.1-SNAPSHOT
it is very strange to have same groupId and artificactId in two different places...
com.baeldung:jackson-annotations
is not used anywhere as a dependency anyway --> I suggest to rename one of the modulesThe text was updated successfully, but these errors were encountered: