You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/11/12 17:57:34 UTC

svn commit: r1541142 - in /cxf/trunk: core/pom.xml rt/frontend/jaxrs/pom.xml

Author: dkulp
Date: Tue Nov 12 16:57:34 2013
New Revision: 1541142

URL: http://svn.apache.org/r1541142
Log:
Make sure the validation dep is marked optional

Modified:
    cxf/trunk/core/pom.xml
    cxf/trunk/rt/frontend/jaxrs/pom.xml

Modified: cxf/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/core/pom.xml?rev=1541142&r1=1541141&r2=1541142&view=diff
==============================================================================
--- cxf/trunk/core/pom.xml (original)
+++ cxf/trunk/core/pom.xml Tue Nov 12 16:57:34 2013
@@ -76,6 +76,7 @@
         <dependency>
             <groupId>javax.validation</groupId>
             <artifactId>validation-api</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${cxf.asm.groupId}</groupId>

Modified: cxf/trunk/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/pom.xml?rev=1541142&r1=1541141&r2=1541142&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxrs/pom.xml Tue Nov 12 16:57:34 2013
@@ -47,6 +47,7 @@
         <dependency>
             <groupId>javax.validation</groupId>
             <artifactId>validation-api</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>