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
All bundles I have added get resolution optional set even though depenencies are explicitly listed. This is due to the directive optional true set for the original jar dependency. I found out that removing this line allows all imports to be listed correct except for those you explicitly want to have as resolution optional.
For the moment all JARs work with this removal except the amazonaws bundle. This will need further investigation for a final solution.
Votes: 0, Watches: 1
The text was updated successfully, but these errors were encountered:
DavidD created PAXTIPI-10
All bundles I have added get resolution optional set even though depenencies are explicitly listed. This is due to the directive optional true set for the original jar dependency. I found out that removing this line allows all imports to be listed correct except for those you explicitly want to have as resolution optional.
For the moment all JARs work with this removal except the amazonaws bundle. This will need further investigation for a final solution.
Votes: 0, Watches: 1
The text was updated successfully, but these errors were encountered: