This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 5d0b6244d fix(e2e): existing dependency
5d0b6244d is described below
commit 5d0b6244d408eeece3a687b57c86216f5eb514c7
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 29 10:41:12 2023 +0200
fix(e2e): existing dependency
Closes #4774
---
e2e/common/misc/maven_repository_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e2e/common/misc/maven_repository_test.go
b/e2e/common/misc/maven_repository_test.go
index 8f7cce517..fbd161b7a 100644
--- a/e2e/common/misc/maven_repository_test.go
+++ b/e2e/common/misc/maven_repository_test.go
@@ -38,7 +38,7 @@ func TestRunExtraRepository(t *testing.T) {
name := "java"
Expect(KamelRunWithID(operatorID, ns, "files/Java.java",
"--maven-repository",
"https://maven.repository.redhat.com/ga@id=redhat",
- "--dependency",
"mvn:jakarta.annotation:jakarta.annotation-api:1.3.5.redhat-00002",
+ "--dependency",
"mvn:org.jolokia:jolokia-core:1.7.1.redhat-00001",
"--name", name,
).Execute()).To(Succeed())