Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

location of dependency #1

Open
marcverhagen opened this issue Aug 21, 2018 · 1 comment
Open

location of dependency #1

marcverhagen opened this issue Aug 21, 2018 · 1 comment

Comments

@marcverhagen
Copy link

The pom file has the following dependency

<dependency>
    <groupId>org.anc.json</groupId>
    <artifactId>validator</artifactId>
    <version>1.1.0</version>
    <scope>test</scope>
</dependency>

This gives an error when building

The POM for org.anc.json:validator:jar:1.1.0 is missing, no dependency information available

Where is that POM?

By the way, I can build the project without that dependency.

@ksuderman
Copy link

That dependency is only used to validate output during testing and is not required to build the project. Version 1.1.1 is available from Maven Central. Not sure why 1.1.0 is not there...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants