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 2021/04/13 14:30:07 UTC

[GitHub] [camel-k-runtime] claudio4j opened a new issue #655: Dependency error while building

claudio4j opened a new issue #655:
URL: https://github.com/apache/camel-k-runtime/issues/655


   Installing the following kamelet binding (salesforce to log) throws a dependency build error
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: salesforce-binding
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: salesforce-source
       properties:
         query: "SELECT Id, Name, Email, Phone FROM Contact"
         topicName: Contact
         clientId: "xxxx"
         clientSecret: "xxx"
         userName: "xxxx"
         password: xxx
     sink:
       uri: "log:info"
   
   ```
   The error doesn't occur with a timer to log kamelet binding.
   
   The dependency error shows on camel-k-operator log
   ```
   [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   [ERROR] 'dependencies.dependency.version' for org.apache.camel.k:camel-k-kamelet-reify:jar is missing. @ line 48, column 17
    @ 
   [ERROR] The build could not read 1 project -> [Help 1]
   [ERROR]   
   [ERROR]   The project org.apache.camel.k.integration:camel-k-integration:1.4.0-SNAPSHOT (/tmp/kit-c1qqkkvmrs1mg7j0hij0-508256098/maven/pom.xml) has 1 error
   [ERROR]     'dependencies.dependency.version' for org.apache.camel.k:camel-k-kamelet-reify:jar is missing. @ line 48, column 17
   ```
   


-- 
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



[GitHub] [camel-k-runtime] claudio4j commented on issue #655: Missing camel-k-kamelet-reify version while building kamelet binding

Posted by GitBox <gi...@apache.org>.
claudio4j commented on issue #655:
URL: https://github.com/apache/camel-k-runtime/issues/655#issuecomment-818783911


   I am working on this issues, it requires a fix in both camel-k-runtime and camel-k.


-- 
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



[GitHub] [camel-k-runtime] lburgazzoli closed issue #655: Missing camel-k-kamelet-reify version while building kamelet binding

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #655:
URL: https://github.com/apache/camel-k-runtime/issues/655


   


-- 
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