-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dependencies that are no longer in java #56
Conversation
What errors are you seeing? We run everything on Java 11 now and haven't run into issues but it's possible we have other SBT plugins that bring in the JABX dependencies. |
Do you know if there is a difference between:
Here is what we seem to be using in other packages:
|
I have attached |
Thanks! It looks like this might be a problem in the aws-sdk-java dependency: aws/aws-sdk-java#1863 I'll try upgrading to a newer version to see if that fixes it. |
Can you see if version |
The syntax in your resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.18.0-SNAPSHOT") |
Yes works fine - thanks very much for looking at this. |
I've published the fix as |
Use the latest version of fm-sbt-s3-resolver to avoid possible issues with missing jaxb deps in Java 11. See tpunder/fm-sbt-s3-resolver#56
Java 9+ no longer includes so dependencies. Add these into the dependency list explicitly.