Closed vardancse closed 7 years ago
Just add the compiled jars into local repository and the compilation will continue. Read the info carefully.
You need to go to directory sdk/target/. The following command will add the jar to local repository
mvn install:install-file -Dfile=sdk-1.4.0-RC4.jar -DgroupId=com.stratio.sparta -DartifactId=sdk -Dversion=1.4.0-RC4 -Dpackaging=jar
Tried building the project for release v1.4.0-RC1 but it seems like dependency is unavailable at Maven Repository, please see below error.