Skip to content

Commit

Permalink
fix(e2e): existing dependency
Browse files Browse the repository at this point in the history
Closes #4774
  • Loading branch information
squakez committed Sep 29, 2023
1 parent f4c7900 commit 5d0b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/common/misc/maven_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 5d0b624

Please sign in to comment.