Skip to content

Commit

Permalink
Revert the updates eclipse#773 eclipse#770
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jun 29, 2023
1 parent 08955cc commit 4a59cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

<dependencies>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-core-api</artifactId>
</dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>3.1</version>
<version>2.7-SNAPSHOT</version>
</parent>

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

0 comments on commit 4a59cff

Please sign in to comment.