You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2017/09/04 12:44:21 UTC

svn commit: r1807216 - in /myfaces/core/branches/2.3.x: impl/pom.xml parent/pom.xml

Author: tandraschko
Date: Mon Sep  4 12:44:21 2017
New Revision: 1807216

URL: http://svn.apache.org/viewvc?rev=1807216&view=rev
Log:
fixed dependencies

Modified:
    myfaces/core/branches/2.3.x/impl/pom.xml
    myfaces/core/branches/2.3.x/parent/pom.xml

Modified: myfaces/core/branches/2.3.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/pom.xml?rev=1807216&r1=1807215&r2=1807216&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.3.x/impl/pom.xml Mon Sep  4 12:44:21 2017
@@ -1207,6 +1207,11 @@
             <artifactId>myfaces-builder-annotations</artifactId>
         </dependency>
 		
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-atinject_1.0_spec</artifactId>
+		</dependency>
+		
 		<!-- Websockets -->
 		<dependency>
 			<groupId>org.apache.tomcat</groupId>

Modified: myfaces/core/branches/2.3.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/parent/pom.xml?rev=1807216&r1=1807215&r2=1807216&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/parent/pom.xml (original)
+++ myfaces/core/branches/2.3.x/parent/pom.xml Mon Sep  4 12:44:21 2017
@@ -480,8 +480,7 @@
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-atinject_1.0_spec</artifactId>
                 <version>1.0</version>
-                <scope>compile</scope>
-                <optional>true</optional>
+                <scope>provided</scope>
             </dependency>
 
             <!-- JSR356 Websockets -->
@@ -489,8 +488,7 @@
                 <groupId>org.apache.tomcat</groupId>
                 <artifactId>tomcat-websocket-api</artifactId>
                 <version>7.0.78</version>
-                <scope>compile</scope>
-                <optional>true</optional>
+                <scope>provided</scope>
             </dependency>
             
             <!-- UTILITY DEPENDENCIES -->