eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

TCK dependencies include three versions of hamcrest #635

Closed Azquelt closed 3 months ago

Azquelt commented 3 months ago

Currently the top-level pom.xml includes

org.hamcrest:hamcrest-all:1.3
org.hamcrest:java-hamcrest:2.0.0.0

while rest-assured depends on

org.hamcrest:hamcrest:2.1

Since hamcrest changed their artifact id, all of these may end up on the classpath which is something we should avoid since some tests do make use of methods which did not exist in hamcrest 1.3.