Author: gerdogdu
Date: Mon Feb 15 22:02:34 2010
New Revision: 910344
URL: http://svn.apache.org/viewvc?rev=910344&view=rev
Log:
Update poms to include validation
Modified:
openwebbeans/trunk/samples/conversation-sample/pom.xml
openwebbeans/trunk/samples/ejb-sample/pom.xml
openwebbeans/trunk/samples/ejb-telephone/pom.xml
openwebbeans/trunk/samples/guess/pom.xml
openwebbeans/trunk/samples/jms-sample/pom.xml
openwebbeans/trunk/samples/jsf2sample/pom.xml
openwebbeans/trunk/samples/reservation/pom.xml
openwebbeans/trunk/samples/standalone-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=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Mon Feb 15 22:02:34
2010
@@ -66,6 +66,13 @@
<artifactId>jsf-facelets</artifactId>
<version>1.1.14</version>
</dependency>
+
+ <!-- Validator API -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.0_spec</artifactId>
+ </dependency>
+
Modified: openwebbeans/trunk/samples/ejb-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-sample/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/ejb-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/ejb-sample/pom.xml Mon Feb 15 22:02:34 2010
@@ -125,7 +125,13 @@
<artifactId>geronimo-jpa_2.0_spec</artifactId>
<scope>provided</scope>
</dependency>
-
+
+ <!-- Validator API -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.0_spec</artifactId>
+ </dependency>
+
</dependencies>
</project>
Modified: openwebbeans/trunk/samples/ejb-telephone/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/ejb-telephone/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/ejb-telephone/pom.xml (original)
+++ openwebbeans/trunk/samples/ejb-telephone/pom.xml Mon Feb 15 22:02:34 2010
@@ -118,6 +118,12 @@
<artifactId>geronimo-jpa_2.0_spec</artifactId>
<scope>provided</scope>
</dependency>
+
+ <!-- Validator API -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.0_spec</artifactId>
+ </dependency>
</dependencies>
Modified: openwebbeans/trunk/samples/guess/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/guess/pom.xml (original)
+++ openwebbeans/trunk/samples/guess/pom.xml Mon Feb 15 22:02:34 2010
@@ -98,6 +98,13 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-interceptor_1.1_spec</artifactId>
</dependency>
+
+ <!-- Validator API -->
+ <dependency>
+
<groupId>org.apache.geronimo.specs</groupId>
+
<artifactId>geronimo-validation_1.0_spec</artifactId>
+ </dependency>
+
</dependencies>
Modified: openwebbeans/trunk/samples/jms-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/jms-sample/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/jms-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/jms-sample/pom.xml Mon Feb 15 22:02:34 2010
@@ -75,7 +75,15 @@
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-jms</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
+
+ <!-- Validator API -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
Modified: openwebbeans/trunk/samples/jsf2sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/jsf2sample/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/jsf2sample/pom.xml (original)
+++ openwebbeans/trunk/samples/jsf2sample/pom.xml Mon Feb 15 22:02:34 2010
@@ -88,6 +88,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <!-- Validator API -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.0_spec</artifactId>
+ </dependency>
+
</dependencies>
Modified: openwebbeans/trunk/samples/reservation/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/reservation/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ openwebbeans/trunk/samples/reservation/pom.xml Mon Feb 15 22:02:34 2010
@@ -151,6 +151,13 @@
<version>2.0.0-M3</version>
</dependency>
+ <!-- Validator API -->
+ <dependency>
+
<groupId>org.apache.geronimo.specs</groupId>
+
<artifactId>geronimo-validation_1.0_spec</artifactId>
+ </dependency>
+
+
</dependencies>
<build>
Modified: openwebbeans/trunk/samples/standalone-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/pom.xml?rev=910344&r1=910343&r2=910344&view=diff
==============================================================================
--- openwebbeans/trunk/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/standalone-sample/pom.xml Mon Feb 15 22:02:34
2010
@@ -53,6 +53,14 @@
<optional>true</optional>
</dependency>
+ <!-- Validator API -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.0_spec</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+
</dependencies>
<build>