We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I'm using dropwizard-quartz 0.7.2 with dropwizard 1.0.3 and i'm not able to build it due to org.reflections:reflections:0.9.10 lib conflict.
Maven Build Log:- [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) ---
[WARNING] Dependency convergence error for org.reflections:reflections:0.9.10 paths to dependency are: +-com.indroydlabs:rfidServer:1.0-SNAPSHOT +-com.smoketurner:dropwizard-swagger:1.0.0-1 +-io.swagger:swagger-jersey2-jaxrs:1.5.9 +-io.swagger:swagger-jaxrs:1.5.9 +-org.reflections:reflections:0.9.10 and +-com.indroydlabs:rfidServer:1.0-SNAPSHOT +-com.fiestacabin.dropwizard.quartz:dropwizard-quartz:0.7.2 +-org.reflections:reflections:0.9.9
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message: Failed while enforcing releasability the error(s) are [
Dependency convergence error for org.reflections:reflections:0.9.10 paths to dependency are: +-com.indroydlabs:rfidServer:1.0-SNAPSHOT +-com.smoketurner:dropwizard-swagger:1.0.0-1 +-io.swagger:swagger-jersey2-jaxrs:1.5.9 +-io.swagger:swagger-jaxrs:1.5.9 +-org.reflections:reflections:0.9.10 and +-com.indroydlabs:rfidServer:1.0-SNAPSHOT +-com.fiestacabin.dropwizard.quartz:dropwizard-quartz:0.7.2 +-org.reflections:reflections:0.9.9 ] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE
Can you help me out with this.?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
I'm using dropwizard-quartz 0.7.2 with dropwizard 1.0.3 and i'm not able to build it due to
org.reflections:reflections:0.9.10 lib conflict.
Maven Build Log:-
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) ---
[WARNING]
Dependency convergence error for org.reflections:reflections:0.9.10 paths to dependency are:
+-com.indroydlabs:rfidServer:1.0-SNAPSHOT
+-com.smoketurner:dropwizard-swagger:1.0.0-1
+-io.swagger:swagger-jersey2-jaxrs:1.5.9
+-io.swagger:swagger-jaxrs:1.5.9
+-org.reflections:reflections:0.9.10
and
+-com.indroydlabs:rfidServer:1.0-SNAPSHOT
+-com.fiestacabin.dropwizard.quartz:dropwizard-quartz:0.7.2
+-org.reflections:reflections:0.9.9
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
Failed while enforcing releasability the error(s) are [
Dependency convergence error for org.reflections:reflections:0.9.10 paths to dependency are:
+-com.indroydlabs:rfidServer:1.0-SNAPSHOT
+-com.smoketurner:dropwizard-swagger:1.0.0-1
+-io.swagger:swagger-jersey2-jaxrs:1.5.9
+-io.swagger:swagger-jaxrs:1.5.9
+-org.reflections:reflections:0.9.10
and
+-com.indroydlabs:rfidServer:1.0-SNAPSHOT
+-com.fiestacabin.dropwizard.quartz:dropwizard-quartz:0.7.2
+-org.reflections:reflections:0.9.9
]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
Can you help me out with this.?
The text was updated successfully, but these errors were encountered: