You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/04/03 18:50:00 UTC

[tomee] branch master updated: Try TOMEE-2993 in an example

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new f0d09e3  Try TOMEE-2993 in an example
f0d09e3 is described below

commit f0d09e3438036e32b37048968538c38c49ba7d14
Author: David Blevins <da...@gmail.com>
AuthorDate: Sat Apr 3 11:49:35 2021 -0700

    Try TOMEE-2993 in an example
---
 examples/access-timeout/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/access-timeout/pom.xml b/examples/access-timeout/pom.xml
index 0b65a35..803c1bd 100644
--- a/examples/access-timeout/pom.xml
+++ b/examples/access-timeout/pom.xml
@@ -66,9 +66,9 @@
   </repositories>
   <dependencies>
     <dependency>
-      <groupId>org.apache.tomee</groupId>
-      <artifactId>javaee-api</artifactId>
-      <version>[8.0,)</version>
+      <groupId>org.apache.tomee.bom</groupId>
+      <artifactId>tomee-webprofile-api</artifactId>
+      <version>8.0.7-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -82,8 +82,8 @@
     code is dependent on any OpenEJB classes.
     -->
     <dependency>
-      <groupId>org.apache.tomee</groupId>
-      <artifactId>openejb-core</artifactId>
+      <groupId>org.apache.tomee.bom</groupId>
+      <artifactId>tomee-webprofile</artifactId>
       <version>8.0.7-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>