You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/10 07:40:21 UTC

[GitHub] [camel-quarkus] bframke opened a new issue #532: Manjaro: Dependency Problem with Platform-HTTP

bframke opened a new issue #532: Manjaro: Dependency Problem with Platform-HTTP
URL: https://github.com/apache/camel-quarkus/issues/532
 
 
   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 in any way. Is there a workaround or am I forced to have system which has apt?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services