VariantSpark
VariantSpark copied to clipboard
pom.xml has the same dependancy twice
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-ext_${scala.binary.version}</artifactId>
<version>3.2.11</version>
</dependency>
This dependancy is there twice. Affecting the maven build.
Very trivial thing. I thought it was affecting my maven build but it was just a warning.
It seems to be solved (the dependency has been commented out)