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 2018/02/15 12:17:06 UTC

[myfaces-tobago] 02/02: cleanup pom: mojarra

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

commit fa43575af299e4b98853142a4cf0cb1aaec76160
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Feb 15 13:17:38 2018 +0100

    cleanup pom: mojarra
    
    remove javax.faces:javax.faces-api:2.3, because it's not needed
    update to 2.2.16
---
 pom.xml                | 10 ++--------
 tobago-example/pom.xml |  6 ------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90b71fc..52315ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <myfaces23.version>2.3.0-beta</myfaces23.version>
     <mojarra20.version>2.0.11-04</mojarra20.version>
     <mojarra21.version>2.1.29-08</mojarra21.version>
-    <mojarra22.version>2.2.14</mojarra22.version>
+    <mojarra22.version>2.2.16</mojarra22.version>
     <mojarra23.version>2.3.3</mojarra23.version>
     <slf4j.version>1.7.25</slf4j.version>
     <logback.version>1.2.3</logback.version>
@@ -1404,13 +1404,7 @@
       </activation>
       <dependencyManagement>
         <dependencies>
-          <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>javax.faces-api</artifactId>
-            <version>2.3</version>
-            <optional>true</optional>
-          </dependency>
-          <dependency>
+         <dependency>
             <groupId>org.glassfish</groupId>
             <artifactId>javax.faces</artifactId>
             <version>${mojarra23.version}</version>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index da9abdc..38799a6 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -411,12 +411,6 @@
       </properties>
       <dependencies>
         <dependency>
-          <groupId>javax.faces</groupId>
-          <artifactId>javax.faces-api</artifactId>
-          <version>2.3</version>
-          <optional>true</optional>
-        </dependency>
-        <dependency>
           <groupId>org.glassfish</groupId>
           <artifactId>javax.faces</artifactId>
           <version>${mojarra23.version}</version>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.