You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/03/17 02:11:14 UTC

svn commit: r924081 - /myfaces/extensions/validator/branches/prepare_r3/2_0_3_prepare/assembly/pom.xml

Author: gpetracek
Date: Wed Mar 17 01:11:14 2010
New Revision: 924081

URL: http://svn.apache.org/viewvc?rev=924081&view=rev
Log:
cleanup

Modified:
    myfaces/extensions/validator/branches/prepare_r3/2_0_3_prepare/assembly/pom.xml

Modified: myfaces/extensions/validator/branches/prepare_r3/2_0_3_prepare/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/prepare_r3/2_0_3_prepare/assembly/pom.xml?rev=924081&r1=924080&r2=924081&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/prepare_r3/2_0_3_prepare/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/prepare_r3/2_0_3_prepare/assembly/pom.xml Wed Mar 17 01:11:14 2010
@@ -165,6 +165,12 @@
             <artifactId>myfaces-extval-property-validation</artifactId>
             <version>${property-validation.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.persistence</groupId>
+                    <artifactId>persistence-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -179,6 +185,12 @@
             <artifactId>myfaces-extval-trinidad-support</artifactId>
             <version>${trinidad-support.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.validation</groupId>
+                    <artifactId>validation-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -186,6 +198,12 @@
             <artifactId>myfaces-extval-generic-support</artifactId>
             <version>${generic-support.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>cglib</groupId>
+                    <artifactId>cglib</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>