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/07/15 22:15:44 UTC

svn commit: r794394 - /incubator/openwebbeans/trunk/samples/reservation/pom.xml

Author: gerdogdu
Date: Wed Jul 15 20:15:44 2009
New Revision: 794394

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

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

Modified: incubator/openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/reservation/pom.xml?rev=794394&r1=794393&r2=794394&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Wed Jul 15 20:15:44 2009
@@ -49,7 +49,7 @@
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-el_1.0_spec</artifactId>
                 <version>1.0-M1</version>
-                <scope>provided</scope>
+                <optional>true</optional>
         </dependency>
 
         <dependency>
@@ -63,32 +63,41 @@
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jsf</artifactId>
             <version>1.0.0-incubating-SNAPSHOT</version>
-            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-jpa</artifactId>
             <version>1.0.0-incubating-SNAPSHOT</version>
-            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
-            <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
             <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
         	<groupId>commons-validator</groupId>
         	<artifactId>commons-validator</artifactId>
         	<version>1.3.1</version>
         </dependency>
+        <dependency>
+        	<groupId>org.apache.geronimo.specs</groupId>
+        	<artifactId>geronimo-jpa_3.0_spec</artifactId>
+        	<optional>true</optional>
+        </dependency>
+        <dependency>
+        	<groupId>org.apache.geronimo.specs</groupId>
+        	<artifactId>geronimo-interceptor_3.0_spec</artifactId>
+        	<optional>true</optional>
+        </dependency>
 	
       </dependencies>