You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2022/05/18 15:31:46 UTC

[tomee] branch tomee-8.x updated: TOMEE-3967 set javaee-api to provided

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new be72ba9510 TOMEE-3967 set javaee-api to provided
be72ba9510 is described below

commit be72ba95102ad9796e7425c88c78b7fed4873b52
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed May 18 16:15:56 2022 +0100

    TOMEE-3967 set javaee-api to provided
---
 examples/filter-cdi/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/filter-cdi/pom.xml b/examples/filter-cdi/pom.xml
index fa064237ec..c00389d480 100644
--- a/examples/filter-cdi/pom.xml
+++ b/examples/filter-cdi/pom.xml
@@ -36,6 +36,7 @@
       <groupId>org.apache.tomee</groupId>
       <artifactId>javaee-api</artifactId>
       <version>8.0-5</version>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
   <build>