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
The 'BinaryData' type was added in 'azure-core:1.11.0'. and current 'azure-identity:1.2.0' depends on older version of 'azure-core:1.10.0'
If pom.xml list dependency for 'azure-identity' before 'azure-messaging-servicebus'. This specific ordering of dependencies causes maven to pick older transitive dependency 'azure-core:1.10.0' from 'azure-identity'.
To fix this we should upgrade 'azure-identity' to use 'azure-core:1.11.0' and upgrade service bus to use this new 'azure-identity'.
The text was updated successfully, but these errors were encountered:
Bug : Can not resolve 'BinaryData':
The 'BinaryData' type was added in 'azure-core:1.11.0'. and current 'azure-identity:1.2.0' depends on older version of 'azure-core:1.10.0'
If pom.xml list dependency for 'azure-identity' before 'azure-messaging-servicebus'. This specific ordering of dependencies causes maven to pick older transitive dependency 'azure-core:1.10.0' from 'azure-identity'.
To fix this we should upgrade 'azure-identity' to use 'azure-core:1.11.0' and upgrade service bus to use this new 'azure-identity'.
The text was updated successfully, but these errors were encountered: