Author: sergeyb
Date: Thu Nov 21 18:05:36 2013
New Revision: 1544271
URL: http://svn.apache.org/r1544271
Log:
Adding an ApacheBVal dep in comments to make it easier to swicth when needed
Modified:
cxf/trunk/systests/jaxrs/pom.xml
Modified: cxf/trunk/systests/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1544271&r1=1544270&r2=1544271&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Thu Nov 21 18:05:36 2013
@@ -45,6 +45,13 @@
<artifactId>hibernate-validator</artifactId>
<version>${cxf.hibernate.validator.version}</version>
</dependency>
+ <!--
+ <dependency>
+ <groupId>org.apache.bval</groupId>
+ <artifactId>bval-jsr</artifactId>
+ <version>1.1.0-alpha-SNAPSHOT</version>
+ </dependency>
+ -->
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>