christophd commented on code in PR #1566:
URL: https://github.com/apache/camel-kamelets/pull/1566#discussion_r1336292736


##########
test/aws-s3/aws-s3-to-http.yaml:
##########
@@ -15,8 +15,8 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
-apiVersion: camel.apache.org/v1alpha1
-kind: KameletBinding
+apiVersion: camel.apache.org/v1
+kind: Pipe
 metadata:
   name: aws-s3-to-http
 spec:

Review Comment:
   ```suggestion
   spec:
     integration:
       dependencies:
       - "camel:cloudevents"
   ```
   
   This is the only YAKS test failing. We need to add "camel-cloudevents" 
dependency because the data type transformer is now provided by Camel 4.0.1 and 
uses this as provided dependency.
   
   Hopefully this fixes the test @apupier @oscerd 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to