[nobug] update Jetty build to 10.0.7
diff --git a/plugins/org.eclipse.wst.server.preview/jetty/pom.xml b/plugins/org.eclipse.wst.server.preview/jetty/pom.xml index 6fe37cd..198dfa5 100644 --- a/plugins/org.eclipse.wst.server.preview/jetty/pom.xml +++ b/plugins/org.eclipse.wst.server.preview/jetty/pom.xml
@@ -56,12 +56,15 @@ </excludes> </artifact> <artifact> - <id>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</id> + <id>jakarta.transaction:jakarta.transaction-api:1.3.3</id> <source>true</source> </artifact> <artifact> - <id>jakarta.transaction:jakarta.transaction-api:1.3.2</id> + <id>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</id> <source>true</source> + <excludes> + <exclude>jakarta.transaction:*:*</exclude> + </excludes> </artifact> </artifacts> </configuration>