-
Bug
-
Resolution: Done
-
Blocker
-
2.2.3.CR3
-
False
-
False
-
+
-
Quarkus universe bom brings `junit/junit/4.12.0.redhat-003` which brings in `org.hamcrest:hamcrest-core:jar:1.3-redhat-1`and this is not present in Quarkus 2.2.3.CR3 repository.
This is blocking several QE pipelines because can't find this dependency so the build fail.
Junit.pom
quarkus-maven-repo/maven-repository/junit/junit/4.12.0.redhat-003/junit-4.12.0.redhat-003.pom
Dependency
<dependencies> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3-redhat-1</version> </dependency> </dependencies>
Repo link: http://download.eng.brq.redhat.com/rcm-guest/staging/quarkus/quarkus-2.2.3.CR3/
Please let me know If I can help in order to move on this issue
- is related to
-
QUARKUS-1330 JUnit4 and quarkus-junit4-mock are productized and included in maven repo
- Closed