You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/10/22 08:02:46 UTC

[myfaces-tobago] branch master updated: feat: Jakarta EE 9 support

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 29b8346  feat: Jakarta EE 9 support
29b8346 is described below

commit 29b834654928e329ce080c3e0bd0568356773213
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Oct 22 10:01:49 2021 +0200

    feat: Jakarta EE 9 support
    
    * fix dependencies for profiles
    
    issue: TOBAGO-2094
---
 tobago-example/pom.xml                     | 1 -
 tobago-example/tobago-example-demo/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 95d86cc..0123231 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -558,7 +558,6 @@
         <dependency>
           <groupId>jakarta.inject</groupId>
           <artifactId>jakarta.inject-api</artifactId>
-          <version>1.0.3</version>
           <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index a5cb2c2..28688e6 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -469,7 +469,6 @@
         <dependency>
           <groupId>jakarta.inject</groupId>
           <artifactId>jakarta.inject-api</artifactId>
-          <version>1.0.3</version>
           <scope>compile</scope>
         </dependency>
         <dependency>