Skip to content

Commit

Permalink
include versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Channyboy committed Oct 21, 2022
1 parent de9c473 commit 91ce277
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tck/README.adoc
Expand Up @@ -37,6 +37,14 @@ To enable the tests in your Arquillian based test project you need to add the fo
[source, xml]
----
<properties>
<version.microprofile.metrics>5.0.0</version.microprofile.metrics>
<version.jakartaee.coreprofile>10.0.0</version.jakartaee.coreprofile>
<version.junit>4.13.2</version.junit>
<version.arquillian>1.7.0.Alpha12</version.arquillian>
<version.hamcrest>1.3</version.hamcrest>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
Expand Down

0 comments on commit 91ce277

Please sign in to comment.