You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/08 10:46:26 UTC

[GitHub] lburgazzoli commented on a change in pull request #413: runtime: ensure that the generated project uses the right camel version

lburgazzoli commented on a change in pull request #413: runtime: ensure that the generated project uses the right camel version
URL: https://github.com/apache/camel-k/pull/413#discussion_r255026880
 
 

 ##########
 File path: pkg/builder/builder_steps.go
 ##########
 @@ -96,6 +96,46 @@ func GenerateProject(ctx *Context) error {
 		}
 	}
 
+	//
+	// Add dependencies from catalog
+	//
+	for _, d := range ctx.Project.Dependencies[:] {
 
 Review comment:
   yes [:] is because of the need to modify the underlying thing, I may be wrong too :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services