Skip to content

Commit 85a4d56

Browse files
committed
add jakarta.jakartaee-api to pom-jakarta.xml to match Lucee 7 runtime classpath
1 parent ea66b59 commit 85a4d56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom-jakarta.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
<version>5.0.0</version>
8989
<scope>compile</scope>
9090
</dependency>
91+
<dependency>
92+
<groupId>jakarta.platform</groupId>
93+
<artifactId>jakarta.jakartaee-api</artifactId>
94+
<version>10.0.0</version>
95+
<scope>compile</scope>
96+
</dependency>
9197
</dependencies>
9298

9399
<repositories>

0 commit comments

Comments
 (0)