sbt / sbt-maven-resolver

An sbt plugin to resolve dependencies using Aether
12 stars 9 forks source link

When using the plugin with sbt 1.5.5, there are some dependency issues on other project #12

Open umesh2611 opened 2 years ago

umesh2611 commented 2 years ago

HI,

We are using the plugin to publish to AWS codeartifact.

But after adding the plugin, there are other test cases which start failing and complain of no classes found : (like below )

like this : transformation failed: java.lang.NoSuchMethodError: scala.collection.JavaConverters$.asScalaBufferConverter(Ljava/util/List;)Lscala/collection/convert/Decorators$AsScala;, took 0.597 sec

any help please ?