You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2011/05/28 01:06:41 UTC

svn commit: r1128508 - /incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml

Author: mbenson
Date: Fri May 27 23:06:40 2011
New Revision: 1128508

URL: http://svn.apache.org/viewvc?rev=1128508&view=rev
Log:
dependency manipulation

Modified:
    incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml

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=1128508&r1=1128507&r2=1128508&view=diff
==============================================================================
--- incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml (original)
+++ incubator/bval/sandbox/lang3-work/bval-jsr303-dynamic/pom.xml Fri May 27 23:06:40 2011
@@ -31,11 +31,10 @@
   <description>Bean Validation - Dynamic JSR303 Validation</description>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <!-- overridable default: -->
+    <mftest.version>1.0.4-SNAPSHOT</mftest.version>
+    <!-- overridable defaults: -->
     <jsf.version>1.2.5</jsf.version>
-    <!-- overridable default: -->
     <extval.version>1.2.5-SNAPSHOT</extval.version>
-    <mftest.version>1.0.4-SNAPSHOT</mftest.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -52,6 +51,12 @@
       </dependency>
       <dependency>
         <groupId>org.apache.bval</groupId>
+        <artifactId>bval-jsr303-dynamic-extval-shared</artifactId>
+        <version>${project.version}</version>
+        <type>test-jar</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.bval</groupId>
         <artifactId>bval-jsr303-dynamic-extval12</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
@@ -94,21 +99,12 @@
         <artifactId>myfaces-extval-base-test-infrastructure</artifactId>
         <version>${extval.version}</version>
         <type>test-jar</type>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
-        <artifactId>myfaces-extval-core-tests</artifactId>
-        <version>${extval.version}</version>
-        <type>test-jar</type>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.extensions.validator.test-modules</groupId>
         <artifactId>myfaces-extval-bean-validation-tests</artifactId>
         <version>${extval.version}</version>
         <type>test-jar</type>
-        <scope>test</scope>
         <exclusions>
           <exclusion>
             <groupId>org.hibernate</groupId>