You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/09/29 08:41:18 UTC

[camel-k] 01/01: fix(e2e): existing dependency

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit abe6144bfdb7cdb6c6b0415849666ffcb089e0b7
Author: Pasquale Congiusti <pa...@gmail.com>
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())