Could not resolve dependencies for project spmf ca.pfv pom.xml

228 Views Asked by At

I am working on open source maven project that use several mining dependencies. after write this command into component mvn clean install I got ERROR in pom.xml file,enter code here that version of spmf is wrong.

<groupId>ca.pfv</groupId>
<artifactId>spmf</artifactId>
<version>2.33</version> // !!!

full error:

omponents-spmanalysis: Could not resolve dependencies for project info.collide:components-spmanalysis:jar:2.0.0-SNAPSHOT: Failure to find ca.pfv:spmf:jar:2.33

I tried to use different versions but same error at maven install.

0

There are 0 best solutions below