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

Missing camel-k-kamelet-reify version while building kamelet binding #2214

Closed
claudio4j opened this issue Apr 13, 2021 · 1 comment · Fixed by #2215
Closed

Missing camel-k-kamelet-reify version while building kamelet binding #2214

claudio4j opened this issue Apr 13, 2021 · 1 comment · Fixed by #2215

Comments

@claudio4j
Copy link
Contributor

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
@claudio4j
Copy link
Contributor Author

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

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

Successfully merging a pull request may close this issue.

1 participant