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

Cannot compile due to unresolved 'utils' dependency #1

Open
alexdma opened this issue Sep 27, 2016 · 0 comments
Open

Cannot compile due to unresolved 'utils' dependency #1

alexdma opened this issue Sep 27, 2016 · 0 comments
Assignees
Labels

Comments

@alexdma
Copy link

alexdma commented Sep 27, 2016

It seems a fresh mvn compile is not possible due to an artifact utils:utils:1.0 which is not provided nor is a repository available. From the pom.xml:

<dependency>
   <groupId>utils</groupId>
   <artifactId>utils</artifactId>
   <version>1.0</version>
   ...        
</dependency>

Please either provide the required libraries in this project (if their license allows it), or add an external Maven repository where they are hosted. We can host a Maven repository on this GitHub group if needed.

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

No branches or pull requests

2 participants