VariantSpark icon indicating copy to clipboard operation
VariantSpark copied to clipboard

pom.xml has the same dependancy twice

Open Yatish0833 opened this issue 5 years ago • 1 comments

            <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.

Yatish0833 avatar May 23 '19 02:05 Yatish0833

Very trivial thing. I thought it was affecting my maven build but it was just a warning.

Yatish0833 avatar May 23 '19 02:05 Yatish0833

It seems to be solved (the dependency has been commented out)

rocreguant avatar Nov 20 '22 21:11 rocreguant