lburgazzoli commented on a change in pull request #849: Groovy Rest example 
fails due to Unable to find loader for language=xml
URL: https://github.com/apache/camel-k/pull/849#discussion_r306124158
 
 

 ##########
 File path: pkg/trait/dependencies.go
 ##########
 @@ -50,7 +50,7 @@ func (t *dependenciesTrait) Apply(e *Environment) error {
                        util.StringSliceUniqueAdd(&dependencies, dep)
                }
        }
-       for _, s := range e.Integration.Spec.Sources {
+       for _, s := range append(e.Integration.Spec.Sources, 
e.Integration.Status.GeneratedSources...) {
 
 Review comment:
   there is a lint issue
   
       pkg/trait/dependencies_test.go:171: line is 178 characters

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to