This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit abdbbe28fdabddcc19eb5821df96134e15d74f94 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jun 4 10:12:40 2021 +0200 Align tests to latest camel-k-runtime SNAPSHOT --- pkg/trait/dependencies_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/trait/dependencies_test.go b/pkg/trait/dependencies_test.go index 5a575c0..f37c12d 100644 --- a/pkg/trait/dependencies_test.go +++ b/pkg/trait/dependencies_test.go @@ -238,7 +238,7 @@ func TestIntegrationCustomLoader(t *testing.T) { []string{ "camel:direct", "camel:log", - "mvn:org.apache.camel.k:camel-k-loader-yaml", + "mvn:org.apache.camel.quarkus:camel-quarkus-yaml-dsl", "mvn:org.apache.camel.k:camel-k-runtime"}, e.Integration.Status.Dependencies, )
