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
ER: qpid-amqp-1-0-client-0.32.jar, qpid-amqp-1-0-client-jms-0.32.jar and qpid-amqp-1-0-common-0.32.jar should be deployed to Tomcat.
AR: only qpid-amqp-1-0-common-0.32.jar deployed.
When DependencyResolver splits these jar's names into id and version it gets qpid-amqp and 1-0-client-0.32 and that way it will threat above 3 libraries as the same one with different versions and deploy only the latest one.
The text was updated successfully, but these errors were encountered:
Environment
Description of the bug or enhancement
Create project, add to core dependencies
compile 'org.apache.qpid:qpid-amqp-1-0-client-jms:0.32'
, execute./gradlew deploy
.ER: qpid-amqp-1-0-client-0.32.jar, qpid-amqp-1-0-client-jms-0.32.jar and qpid-amqp-1-0-common-0.32.jar should be deployed to Tomcat.
AR: only qpid-amqp-1-0-common-0.32.jar deployed.
When DependencyResolver splits these jar's names into id and version it gets qpid-amqp and 1-0-client-0.32 and that way it will threat above 3 libraries as the same one with different versions and deploy only the latest one.
The text was updated successfully, but these errors were encountered: