Skip to content

Commit

Permalink
prepare for MP 6 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Sep 22, 2022
1 parent 01e8103 commit ab6100a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.1</version>
<version>2.6</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
Expand All @@ -32,6 +32,7 @@

<properties>
<inceptionYear>2016</inceptionYear>
<version.microprofile.tck.bom>2.6</version.microprofile.tck.bom>
</properties>

<developers>
Expand Down
9 changes: 3 additions & 6 deletions tck/pom.xml
Expand Up @@ -37,9 +37,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.arquillian}</version>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>${version.microprofile.tck.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -78,13 +78,10 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${version.testng}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.testng</groupId>
<artifactId>arquillian-testng-container</artifactId>
<version>${version.arquillian}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ab6100a

Please sign in to comment.