Skip to content

Commit 9a1cabc

Browse files
committed
work
1 parent c21c61b commit 9a1cabc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,20 @@
247247

248248
<dependencyManagement>
249249
<dependencies>
250+
<!--
251+
<dependency>
252+
<groupId>jakarta.platform</groupId>
253+
<artifactId>jakarta.jakartaee-api</artifactId>
254+
<version>10.0.0</version>
255+
<scope>provided</scope>
256+
</dependency>
257+
-->
258+
<dependency>
259+
<groupId>jakarta.platform</groupId>
260+
<artifactId>jakarta.jakartaee-api</artifactId>
261+
<version>9.1.0</version>
262+
<scope>provided</scope>
263+
</dependency>
250264
<dependency>
251265
<groupId>org.junit</groupId>
252266
<artifactId>junit-bom</artifactId>

0 commit comments

Comments
 (0)