You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/08/30 23:01:39 UTC

svn commit: r809418 - in /incubator/openwebbeans/trunk/samples: guess/pom.xml reservation/pom.xml

Author: gerdogdu
Date: Sun Aug 30 21:01:39 2009
New Revision: 809418

URL: http://svn.apache.org/viewvc?rev=809418&view=rev
Log:
updates pom

Modified:
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/reservation/pom.xml

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=809418&r1=809417&r2=809418&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Sun Aug 30 21:01:39 2009
@@ -57,6 +57,13 @@
 			<version>1.1.14</version>
 		</dependency>
 						
+		<!-- MyFaces API -->
+		<dependency>
+			<groupId>org.apache.myfaces.core</groupId>
+			<artifactId>myfaces-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+						
 		<!-- JSF Plugin -->
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
@@ -77,9 +84,6 @@
 				
 		<profile>
 			<id>jetty</id>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>			
 			<dependencies>				
 				<!-- JSR-299 API -->
 				<dependency>

Modified: incubator/openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/reservation/pom.xml?rev=809418&r1=809417&r2=809418&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Sun Aug 30 21:01:39 2009
@@ -126,9 +126,6 @@
 	<profiles>
 		<profile>
 			<id>jetty</id>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>						
 			<dependencies>
 				
 				<!-- OWB API -->