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
If you run mvn dependency:tree you can see that javax.annotation-api is being pulled
[INFO] +- com.google.cloud:google-cloud-storage:jar:2.26.1:compile
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
javax package is not compliant with Jakarta platform. Please release google-cloud-storage:jar which is Jakarta platform compliant.
The text was updated successfully, but these errors were encountered:
If you run mvn dependency:tree you can see that javax.annotation-api is being pulled
[INFO] +- com.google.cloud:google-cloud-storage:jar:2.26.1:compile
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
javax package is not compliant with Jakarta platform. Please release google-cloud-storage:jar which is Jakarta platform compliant.
The text was updated successfully, but these errors were encountered: