Author: mbenson
Date: Thu Jun 2 21:34:59 2011
New Revision: 1130828
URL: http://svn.apache.org/viewvc?rev=1130828&view=rev
Log:
dependency work
Modified:
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval-shared/pom.xml
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12-tests/pom.xml
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12/pom.xml
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20-tests/pom.xml
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20/pom.xml
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml
Modified:
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval-shared/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval-shared/pom.xml?rev=1130828&r1=1130827&r2=1130828&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval-shared/pom.xml
(original)
+++ incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval-shared/pom.xml
Thu Jun 2 21:34:59 2011
@@ -47,29 +47,6 @@
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-api</artifactId>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
- <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
- <type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
- <artifactId>myfaces-extval-bean-validation-tests</artifactId>
- <type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.test</groupId>
- <artifactId>myfaces-test12</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-proxy2-stub</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>
Modified:
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12-tests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12-tests/pom.xml?rev=1130828&r1=1130827&r2=1130828&view=diff
==============================================================================
---
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12-tests/pom.xml
(original)
+++
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12-tests/pom.xml
Thu Jun 2 21:34:59 2011
@@ -39,7 +39,6 @@
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr303-dynamic-extval-shared-tests</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>
Modified: incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12/pom.xml?rev=1130828&r1=1130827&r2=1130828&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12/pom.xml
(original)
+++ incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval12/pom.xml Thu
Jun 2 21:34:59 2011
@@ -36,6 +36,14 @@
<artifactId>bval-jsr303-dynamic-extval-shared</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.bval</groupId>
+ <artifactId>bval-jsr303-dynamic-provider</artifactId>
+ </dependency>
+ <dependency>
+
<groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
+ <artifactId>myfaces-extval-bean-validation</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
</dependency>
Modified:
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20-tests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20-tests/pom.xml?rev=1130828&r1=1130827&r2=1130828&view=diff
==============================================================================
---
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20-tests/pom.xml
(original)
+++
incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20-tests/pom.xml
Thu Jun 2 21:34:59 2011
@@ -39,7 +39,6 @@
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr303-dynamic-extval-shared-tests</artifactId>
- <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.myfaces.test</groupId>
Modified: incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20/pom.xml?rev=1130828&r1=1130827&r2=1130828&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20/pom.xml
(original)
+++ incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/extval20/pom.xml Thu
Jun 2 21:34:59 2011
@@ -31,12 +31,25 @@
<artifactId>bval-jsr303-dynamic-extval20</artifactId>
<name>Apache Bean Validation :: bval-jsr303-dynamic-extval20</name>
<url>http://maven.apache.org</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <jsf.version>2.0.5</jsf.version>
+ <extval.version>2.0.5-SNAPSHOT</extval.version>
+ </properties>
<dependencies>
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr303-dynamic-extval-shared</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.bval</groupId>
+ <artifactId>bval-jsr303-dynamic-provider</artifactId>
+ </dependency>
+ <dependency>
+
<groupId>org.apache.myfaces.extensions.validator.validation-modules</groupId>
+ <artifactId>myfaces-extval-bean-validation</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
</dependency>
@@ -116,9 +129,4 @@
</plugin>
</plugins>
</build>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jsf.version>2.0.5</jsf.version>
- <extval.version>2.0.5-SNAPSHOT</extval.version>
- </properties>
</project>
Modified: incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml?rev=1130828&r1=1130827&r2=1130828&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml (original)
+++ incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml Thu Jun 2
21:34:59 2011
@@ -51,9 +51,8 @@
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>
- <artifactId>bval-jsr303-dynamic-extval-shared</artifactId>
+ <artifactId>bval-jsr303-dynamic-extval-shared-tests</artifactId>
<version>${project.version}</version>
- <type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>