When trying to build a local job, It is unable to resolve the dependencies and when these dependencies are put manually, the error log becomes huge saying unable to parse pom. Does anyone has a clue regarding this error?
Execution failed for task ':executeLocalJob'.
Could not resolve all dependencies for configuration ':compile'.
Could not find org.jgrapht:jgrapht-ext:0.9.1.
Searched in the following locations:
file:/C:/Users/schadha2/.m2/repository/org/jgrapht/jgrapht-ext/0.9.1/jgrapht-ext-0.9.1.pom
file:/C:/Users/schadha2/.m2/repository/org/jgrapht/jgrapht-ext/0.9.1/jgrapht-ext-0.9.1.jar
When trying to build a local job, It is unable to resolve the dependencies and when these dependencies are put manually, the error log becomes huge saying unable to parse pom. Does anyone has a clue regarding this error?
Execution failed for task ':executeLocalJob'.