Skip to content

Commit 0b2750c

Browse files
committed
add jakarta.jakartaee-api for lucee 7
1 parent f05ca5e commit 0b2750c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@
8787
<version>3.0.0</version>
8888
<scope>compile</scope>
8989
</dependency>
90+
<dependency>
91+
<groupId>jakarta.platform</groupId>
92+
<artifactId>jakarta.jakartaee-api</artifactId>
93+
<version>10.0.0</version>
94+
<scope>provided</scope>
95+
</dependency>
9096
</dependencies>
9197

9298
<repositories>

0 commit comments

Comments
 (0)