christophd commented on code in PR #3901:
URL: https://github.com/apache/camel-k/pull/3901#discussion_r1048450457


##########
pkg/util/source/inspector.go:
##########
@@ -336,6 +336,11 @@ func (i *baseInspector) discoverKamelets(meta *Metadata) {
 }
 
 func (i *baseInspector) addDependencies(uri string, meta *Metadata, consumer 
bool) error {
+       if !strings.Contains(uri, ":") {

Review Comment:
   this has always been the logic but now we use to raise errors when there is 
a uri not matching the format `scheme:resourcepath`



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