Skip to content

Commit

Permalink
Update to use the consistent parent pom.xml (#795)
Browse files Browse the repository at this point in the history
* update to use the consistent parent pom.xml

* add more files
  • Loading branch information
Emily-Jiang committed Sep 19, 2023
1 parent a1231b4 commit 05d4d30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<inceptionYear>2016</inceptionYear>
<version.microprofile.tck.bom>3.0</version.microprofile.tck.bom>
<version.microprofile.tck.bom>2.8</version.microprofile.tck.bom>
</properties>

<issueManagement>
Expand Down
7 changes: 4 additions & 3 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
</dependencyManagement>

<dependencies>

<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-core-api</artifactId>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
Expand Down

0 comments on commit 05d4d30

Please sign in to comment.