This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 3fe75c52ca946f0ca07316ce58e331031a118ffe Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Mon May 23 10:36:42 2022 +0200 Re-gerenate BOMs --- boms/tomee-plume-api/pom.xml | 11 +++++++++++ boms/tomee-plume/pom.xml | 11 +++++++++++ boms/tomee-plus-api/pom.xml | 11 +++++++++++ boms/tomee-plus/pom.xml | 11 +++++++++++ 4 files changed, 44 insertions(+) diff --git a/boms/tomee-plume-api/pom.xml b/boms/tomee-plume-api/pom.xml index e596bd4253..b2ca384ae1 100644 --- a/boms/tomee-plume-api/pom.xml +++ b/boms/tomee-plume-api/pom.xml @@ -84,6 +84,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jcache_1.0_spec</artifactId> + <version>1.0-alpha-1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-api</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 37d36aba75..e403fce97d 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -694,6 +694,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jcache_1.0_spec</artifactId> + <version>1.0-alpha-1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-health</artifactId> diff --git a/boms/tomee-plus-api/pom.xml b/boms/tomee-plus-api/pom.xml index 4ebced1f1b..7d182fcbf9 100644 --- a/boms/tomee-plus-api/pom.xml +++ b/boms/tomee-plus-api/pom.xml @@ -84,6 +84,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jcache_1.0_spec</artifactId> + <version>1.0-alpha-1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index b027f34330..6bed278b53 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -705,6 +705,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jcache_1.0_spec</artifactId> + <version>1.0-alpha-1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-health</artifactId>
