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

Failure to find io.teknek:hiveunit:jar:jar-with-dependencies:0.0.3 #16

Open
Gaurang033 opened this issue Feb 8, 2018 · 0 comments
Open

Comments

@Gaurang033
Copy link

I am trying to use your maven dependancies for testing however seems like it's not working.

if i use dependancy in a way you have mentioned in your readme file using classifier then it gives me the following error.


  <dependency>
        <groupId>io.teknek</groupId>
        <artifactId>hiveunit</artifactId>
        <version>0.0.3</version>
        <classifier>jar-with-dependencies</classifier>
    </dependency>

Stacktrace:

[ERROR] Failed to execute goal on project HiveUnitTest: Could not resolve dependencies for project com.gaurang:HiveUnitTest:jar:1.0-SNAPSHOT: Failure to find io.teknek:hiveunit:jar:jar-with-dependencies:0.0.3 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

if I don't use classifier then maven is able to fine the jar file however, it doesn't contain all the dependancies.

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

1 participant