This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git
The following commit(s) were added to refs/heads/master by this push:
new 7364935 TOMEE-3969 and TOMEE-3970 remove javax.cache and
javax.xml.(namespace|streams) from EE API because they are not part of it and
create side effects with Java 11
7364935 is described below
commit 7364935d59f9cf9fa2f7f87baf1a4c4bab2911d0
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Mon May 23 10:59:09 2022 +0200
TOMEE-3969 and TOMEE-3970 remove javax.cache and
javax.xml.(namespace|streams) from EE API because they are not part of it and
create side effects with Java 11
---
pom.xml | 32 +-------------------------------
1 file changed, 1 insertion(+), 31 deletions(-)
diff --git a/pom.xml b/pom.xml
index 561485f..2c5536a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,9 +51,7 @@
<geronimo-j2ee-management_1.1_spec.version>1.0.1</geronimo-j2ee-management_1.1_spec.version>
<geronimo-jaxr_1.0_spec.version>2.1</geronimo-jaxr_1.0_spec.version>
<geronimo-jaxrpc_1.1_spec.version>2.1</geronimo-jaxrpc_1.1_spec.version>
-
<geronimo-jcache_1.0_spec.version>1.0-alpha-1</geronimo-jcache_1.0_spec.version>
<geronimo-osgi.version>1.1</geronimo-osgi.version>
-
<geronimo-stax-api_1.2_spec.version>1.2</geronimo-stax-api_1.2_spec.version>
<!-- Web Profile -->
<jakarta.annotation-api.version>2.0.0</jakarta.annotation-api.version>
@@ -79,7 +77,7 @@
<jakarta.ws.rs-api.version>3.0.0</jakarta.ws.rs-api.version>
<!-- We use servlet, jsp, jaspic, websocket, el straight from Tomcat APIs
-->
- <tomcat.version>10.0.16</tomcat.version>
+ <tomcat.version>10.0.21</tomcat.version>
<!-- Full platform -->
<geronimo-activation_2.0_spec.version>1.0.0-SNAPSHOT</geronimo-activation_2.0_spec.version>
@@ -1177,20 +1175,6 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jcache_1.0_spec</artifactId>
- <version>${geronimo-jcache_1.0_spec.version}</version>
- <classifier>sources</classifier>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jcache_1.0_spec</artifactId>
- <version>${geronimo-jcache_1.0_spec.version}</version>
- <optional>true</optional>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
@@ -1233,20 +1217,6 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-stax-api_1.2_spec</artifactId>
- <version>${geronimo-stax-api_1.2_spec.version}</version>
- <classifier>sources</classifier>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-stax-api_1.2_spec</artifactId>
- <version>${geronimo-stax-api_1.2_spec.version}</version>
- <optional>true</optional>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-osgi-locator</artifactId>