eclipse / microprofile-metrics

microprofile-metrics
Apache License 2.0
100 stars 66 forks source link

Move to Jakarta artifacts #551

Closed jmartisk closed 4 years ago

jmartisk commented 4 years ago

I added some forgotten stuff, like migrating the optional tck module, and did a bit of refactoring - I moved most scopes and versions to the dependencyManagement element in the parent. @Channyboy Please re-check. This should now also include a fix for https://github.com/eclipse/microprofile-metrics/issues/513, so if @kenfinnigan could have a brief look..

jmartisk commented 4 years ago

If I do mvn dependency:tree and grep for jakarta, everything is provided. If I grep it for javax, I see only some transitive dependencies from RestAssured to javax.xml.bind and javax.activation, is that acceptable?

Channyboy commented 4 years ago

Runs good!