Skip to content

Commit

Permalink
Revert the updates #773 #770 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jul 6, 2023
1 parent 53871b1 commit 346dab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -28,8 +28,8 @@

<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>biz.aQute.bnd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>3.1</version>
<version>2.8</version>
</parent>

<groupId>org.eclipse.microprofile.config</groupId>
Expand Down

0 comments on commit 346dab8

Please sign in to comment.