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

Camel-Jira extension: Enforcer rules are failing on the module #753

Closed
oscerd opened this issue Feb 24, 2020 · 1 comment
Closed

Camel-Jira extension: Enforcer rules are failing on the module #753

oscerd opened this issue Feb 24, 2020 · 1 comment

Comments

@oscerd
Copy link
Contributor

oscerd commented Feb 24, 2020

2020-02-24T12:13:43.3836456Z [INFO] --- maven-enforcer-plugin:1.4.1:enforce (camel-quarkus-enforcer-rules) @ camel-quarkus-jira ---
2020-02-24T12:13:43.7964505Z [WARNING] 
2020-02-24T12:13:43.7965961Z Dependency convergence error for com.google.j2objc:j2objc-annotations:1.1 paths to dependency are:
2020-02-24T12:13:43.7966654Z +-org.apache.camel.quarkus:camel-quarkus-jira:1.1.0-SNAPSHOT
2020-02-24T12:13:43.7967213Z   +-com.google.guava:guava:26.0-jre
2020-02-24T12:13:43.7967759Z     +-com.google.j2objc:j2objc-annotations:1.1
2020-02-24T12:13:43.7968083Z and
2020-02-24T12:13:43.7968606Z +-org.apache.camel.quarkus:camel-quarkus-jira:1.1.0-SNAPSHOT
2020-02-24T12:13:43.7969198Z   +-org.apache.camel:camel-jira:3.0.1
2020-02-24T12:13:43.7969750Z     +-com.google.oauth-client:google-oauth-client:1.22.0
2020-02-24T12:13:43.7970369Z       +-com.google.http-client:google-http-client:1.34.0
2020-02-24T12:13:43.7970943Z         +-com.google.j2objc:j2objc-annotations:1.3
2020-02-24T12:13:43.7971220Z 
2020-02-24T12:13:43.7973370Z [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
2020-02-24T12:13:43.7974288Z Failed while enforcing releasability the error(s) are [
2020-02-24T12:13:43.7975820Z Dependency convergence error for com.google.j2objc:j2objc-annotations:1.1 paths to dependency are:
2020-02-24T12:13:43.7976439Z +-org.apache.camel.quarkus:camel-quarkus-jira:1.1.0-SNAPSHOT
2020-02-24T12:13:43.7977025Z   +-com.google.guava:guava:26.0-jre
2020-02-24T12:13:43.7977632Z     +-com.google.j2objc:j2objc-annotations:1.1
2020-02-24T12:13:43.7977963Z and
2020-02-24T12:13:43.7978486Z +-org.apache.camel.quarkus:camel-quarkus-jira:1.1.0-SNAPSHOT
2020-02-24T12:13:43.7979047Z   +-org.apache.camel:camel-jira:3.0.1
2020-02-24T12:13:43.7979814Z     +-com.google.oauth-client:google-oauth-client:1.22.0
2020-02-24T12:13:43.7980615Z       +-com.google.http-client:google-http-client:1.34.0
2020-02-24T12:13:43.7983625Z         +-com.google.j2objc:j2objc-annotations:1.3
@jamesnetherton
Copy link
Contributor

From what I understand j2objc-annotations is an Android compatibility thing, so we should maybe exclude it.

I'll run the Jira tests locally to verify.

jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Feb 25, 2020
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