commit | 36ecba4fbf39e0d925918bd31a1325d0420a3cbf | [log] [tgz] |
---|---|---|
author | Nitin Dahyabhai <thatnitind@gmail.com> | Sun May 16 14:20:54 2021 -0400 |
committer | Nitin Dahyabhai <thatnitind@gmail.com> | Sun May 16 14:20:54 2021 -0400 |
tree | fb2efe2ee2a30d6b7764f8f2bbf66f78074ba3e0 | |
parent | 6e0750193b12e97f9d9707c79f05bce2f2603223 [diff] |
[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>