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
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Maven complains when adding rosjava as a dependency in a POM file.
Apparently, rosjava_core:rosjava depends on a certain version of rosjava_bootstrap:message_generation, but some dependencies of rosjava depend on other versions and this causes a conflict (I only saw this when using Maven, not Gradle).
A complete list of the messages causing the conflict can be seen here.
One option to fix this issue is to re-release those messages with proper dependencies.
The text was updated successfully, but these errors were encountered:
Maven complains when adding rosjava as a dependency in a POM file.
Apparently,
rosjava_core:rosjava
depends on a certain version ofrosjava_bootstrap:message_generation
, but some dependencies of rosjava depend on other versions and this causes a conflict (I only saw this when using Maven, not Gradle).A complete list of the messages causing the conflict can be seen here.
One option to fix this issue is to re-release those messages with proper dependencies.
The text was updated successfully, but these errors were encountered: