Skip to content

Commit c8aad49

Browse files
author
Austin Seto
committed
Added Jakarta dependency
1 parent 021a3e1 commit c8aad49

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

finish/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

1919
<dependencies>
2020
<!-- Provided dependencies -->
21+
<dependency>
22+
<groupId>jakarta.platform</groupId>
23+
<artifactId>jakarta.jakartaee-api</artifactId>
24+
<version>8.0.0</version>
25+
<scope>provided</scope>
26+
</dependency>
2127
<dependency>
2228
<groupId>org.eclipse.microprofile</groupId>
2329
<!-- tag::microprofile[] -->

start/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

1919
<dependencies>
2020
<!-- Provided dependencies -->
21+
<dependency>
22+
<groupId>jakarta.platform</groupId>
23+
<artifactId>jakarta.jakartaee-api</artifactId>
24+
<version>8.0.0</version>
25+
<scope>provided</scope>
26+
</dependency>
2127
<dependency>
2228
<groupId>org.eclipse.microprofile</groupId>
2329
<!-- tag::microprofile[] -->

0 commit comments

Comments
 (0)