Describe the bug
When i follow the pathling for maven from the home page, and copy the dependency to my pom file, i get this error.
au.csiro.pathling:pathling:jar:7.0.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
so my import statement for au.csiro.pathling doesnt work
To Reproduce
create a maven project in eclipse -> add the pathling depenency mentioned above into your pom dependencies
Expected behavior
dependency doesnt have error and import statement works
Describe the bug When i follow the pathling for maven from the home page, and copy the dependency to my pom file, i get this error.
au.csiro.pathling:pathling:jar:7.0.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
so my import statement for au.csiro.pathling doesnt work
To Reproduce create a maven project in eclipse -> add the pathling depenency mentioned above into your pom dependencies
Expected behavior dependency doesnt have error and import statement works