[573485] Add/include jakarta.transaction API
diff --git a/features/org.eclipse.wst.server_adapters.feature/feature.xml b/features/org.eclipse.wst.server_adapters.feature/feature.xml index 6b1db63..150f5a0 100644 --- a/features/org.eclipse.wst.server_adapters.feature/feature.xml +++ b/features/org.eclipse.wst.server_adapters.feature/feature.xml
@@ -53,6 +53,13 @@ unpack="false"/> <plugin + id="jakarta.transaction-api" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="org.eclipse.jetty.plus" download-size="0" install-size="0"
diff --git a/plugins/org.eclipse.wst.server.preview/jetty/pom.xml b/plugins/org.eclipse.wst.server.preview/jetty/pom.xml index 71d76f7..800e78d 100644 --- a/plugins/org.eclipse.wst.server.preview/jetty/pom.xml +++ b/plugins/org.eclipse.wst.server.preview/jetty/pom.xml
@@ -51,9 +51,11 @@ </artifact> <artifact> <id>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</id> + <source>true</source> </artifact> <artifact> <id>jakarta.transaction:jakarta.transaction-api:1.3.2</id> + <source>true</source> </artifact> </artifacts> </configuration>