ammachado commented on code in PR #3312:
URL: https://github.com/apache/camel-k/pull/3312#discussion_r885600585


##########
pkg/util/source/inspector_yaml_test.go:
##########
@@ -125,6 +135,14 @@ func TestYAMLDependencies(t *testing.T) {
                                
`mvn:org.apache.camel.k:camel-k-knative-consumer`,
                        },
                },
+               {
+                       name:   "wireTap",
+                       source: YAMLWiretapEIP,
+                       dependencies: []string{
+                               
`mvn:org.apache.camel.k:camel-k-knative-producer`,
+                               
`mvn:org.apache.camel.k:camel-k-knative-consumer`,

Review Comment:
   WireTap is a core component, it is not defined in a separate dependency, it 
is defined on the `camel-core-processor` dependency.



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to