-
Notifications
You must be signed in to change notification settings - Fork 45
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
Duplicate jars #17
Comments
I am having a similar problem:
Any tips on how to avoid this? |
If you have the jar in |
I did something like this in my Build.scala file, Though its not ideal lazy val Javax = """javax/servlet/.*""".r |
Just started playing with |
IMO having duplicate jars is pretty common for a moderately sized project. with sbt one-jar i get this error. I do not seem to find any help to avoid this.
Thanks
The text was updated successfully, but these errors were encountered: