You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by be...@apache.org on 2015/04/19 21:04:58 UTC

svn commit: r1674671 - in /openwebbeans/trunk/samples: guess/pom.xml jsf2sample/pom.xml

Author: bergmark
Date: Sun Apr 19 19:04:58 2015
New Revision: 1674671

URL: http://svn.apache.org/r1674671
Log:
OWB-1047: Updated pom.xml file of a couple samples to get them functional with tomcat7:run target.

Modified:
    openwebbeans/trunk/samples/guess/pom.xml
    openwebbeans/trunk/samples/jsf2sample/pom.xml

Modified: openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/pom.xml?rev=1674671&r1=1674670&r2=1674671&view=diff
==============================================================================
--- openwebbeans/trunk/samples/guess/pom.xml (original)
+++ openwebbeans/trunk/samples/guess/pom.xml Sun Apr 19 19:04:58 2015
@@ -74,6 +74,13 @@ under the License.
             <artifactId>openwebbeans-web</artifactId>
             <version>${project.version}</version>
         </dependency>
+		
+		<!-- EL Plugin -->
+        <dependency>
+            <groupId>org.apache.openwebbeans</groupId>
+            <artifactId>openwebbeans-el10</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!-- JSR-299 API -->
         <dependency>
@@ -86,6 +93,12 @@ under the License.
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
         </dependency>
+		
+		<!-- JSR-250 API -->
+		<dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.2_spec</artifactId>
+        </dependency>
 
         <!-- SPI API -->
         <dependency>

Modified: openwebbeans/trunk/samples/jsf2sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/jsf2sample/pom.xml?rev=1674671&r1=1674670&r2=1674671&view=diff
==============================================================================
--- openwebbeans/trunk/samples/jsf2sample/pom.xml (original)
+++ openwebbeans/trunk/samples/jsf2sample/pom.xml Sun Apr 19 19:04:58 2015
@@ -95,6 +95,12 @@ under the License.
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
         </dependency>
+		
+		<!-- JSR-250 API -->
+		<dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.2_spec</artifactId>
+        </dependency>
 
         <!-- SPI API -->
         <dependency>