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

Manjaro: Dependency Problem with Platform-HTTP #532

Closed
bframke opened this issue Dec 10, 2019 · 5 comments
Closed

Manjaro: Dependency Problem with Platform-HTTP #532

bframke opened this issue Dec 10, 2019 · 5 comments

Comments

@bframke
Copy link

bframke commented Dec 10, 2019

Another Day, another Problem.

I'm using Manjaro Arch Linux to develop software. Some days ago we expanded our camel project with the Dependencies:

  1. camel-quarkus-platform-http
  2. camel-quarkus-platform-http-component

If I just wanted to use the camel-quarkus-platform-http it wants camel-quarkus-platform-http-component as a dependency, but this also needs org.apache.camel:apt repo. I've added that also to it, but then this happens:

Could not resolve all dependencies for configuration ':detachedConfiguration1'.
   > Could not find org.apache.camel.quarkus:camel-quarkus-platform-http:.
     Required by:
         project : > org.apache.camel.quarkus:camel-quarkus-platform-http-deployment:0.4.0
   > Could not find org.apache.camel.quarkus:camel-quarkus-core-xml:.
     Required by:
         project : > org.apache.camel.quarkus:camel-quarkus-core-xml-deployment:0.4.0
   > Could not find org.apache.camel.quarkus:camel-quarkus-support-xml:.
     Required by:
         project : > org.apache.camel.quarkus:camel-quarkus-support-xml-deployment:0.4.0

Normally Arch Linux has no apt installed and can't fulfill this dependency. Is there a workaround or am I forced to have a system which has apt?

@lburgazzoli
Copy link
Contributor

here apt does not mean the package manager but the annotation processor support that camel provides.

@oscerd
Copy link
Contributor

oscerd commented Dec 10, 2019

it's really a different thing.

@bframke
Copy link
Author

bframke commented Dec 10, 2019

Aahh...but why does it still not work, but for my colleagues with the same project setup? Okay, I need to investigate that further, thanks anyway.

@bframke bframke closed this as completed Dec 10, 2019
@ppalaga
Copy link
Contributor

ppalaga commented Dec 10, 2019

BTW you do not need to depend on camel-quarkus-platform-http-component directly. camel-quarkus-platform-http is enough.

camel-quarkus-platform-http-component even does not exist since Camel Quarkus 1.0.0-M1 because it was moved to Camel main project.

@bframke
Copy link
Author

bframke commented Dec 10, 2019

Ah okay, good to know, idea and gradle said that component and apt were marked as missing dependencies, so I've added them. Had to move a bit around with the versions to let be build on my end. Now it works, but I will also test that.

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

4 participants