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 2010/03/07 01:13:18 UTC

svn commit: r919893 - /openwebbeans/trunk/samples/conversation-sample/pom.xml

Author: gerdogdu
Date: Sun Mar  7 00:13:18 2010
New Revision: 919893

URL: http://svn.apache.org/viewvc?rev=919893&view=rev
Log:
[OWB-320] Remove Java EE Dependencies from WebBeans Core

Modified:
    openwebbeans/trunk/samples/conversation-sample/pom.xml

Modified: openwebbeans/trunk/samples/conversation-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/pom.xml?rev=919893&r1=919892&r2=919893&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Sun Mar  7 00:13:18 2010
@@ -45,6 +45,12 @@
 			<artifactId>openwebbeans-jsf</artifactId>
 		</dependency>
 		
+		<dependency>
+			<groupId>org.apache.openwebbeans</groupId>
+			<artifactId>openwebbeans-web</artifactId>
+			<version>${project.version}</version>
+		</dependency>		
+		
 		<!-- MyFaces API -->
 		<dependency>
 			<groupId>org.apache.myfaces.core</groupId>
@@ -66,15 +72,6 @@
 			<version>1.1.14</version>
 		</dependency>
 
-		 <!-- Validator API -->
-                 <dependency>
-                   	 <groupId>org.apache.geronimo.specs</groupId>
-                          <artifactId>geronimo-validation_1.0_spec</artifactId>
-                  </dependency>
-
-		
-
-
 	</dependencies>
 	
 	<build>