You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by ma...@apache.org on 2014/06/24 09:39:00 UTC

svn commit: r1605022 - in /syncope/trunk: core/pom.xml pom.xml

Author: massi
Date: Tue Jun 24 07:39:00 2014
New Revision: 1605022

URL: http://svn.apache.org/r1605022
Log:
BVal libraries replaced with Hibernate Validatorin #SYNCOPE-461

Modified:
    syncope/trunk/core/pom.xml
    syncope/trunk/pom.xml

Modified: syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/pom.xml?rev=1605022&r1=1605021&r2=1605022&view=diff
==============================================================================
--- syncope/trunk/core/pom.xml (original)
+++ syncope/trunk/core/pom.xml Tue Jun 24 07:39:00 2014
@@ -248,12 +248,12 @@ under the License.
     </dependency>
 
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-validation_1.0_spec</artifactId>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-validator</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.bval</groupId>
-      <artifactId>bval-jsr303</artifactId>
+      <groupId>javax.el</groupId>
+      <artifactId>el-api</artifactId>
     </dependency>
 
     <dependency>

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1605022&r1=1605021&r2=1605022&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Tue Jun 24 07:39:00 2014
@@ -332,7 +332,8 @@ under the License.
     <quartz.version>2.2.1</quartz.version>
 
     <openjpa.version>2.3.0</openjpa.version>
-    <bval.version>0.5</bval.version>
+    <hibernate.version>5.1.1.Final</hibernate.version>
+    <javax.el.version>2.2</javax.el.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
     <commons.logging.version>1.1.3</commons.logging.version>
 
@@ -526,16 +527,16 @@ under the License.
       </dependency>
       
       <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-validation_1.0_spec</artifactId>
-        <version>1.1</version>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-validator</artifactId>
+        <version>${hibernate.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.bval</groupId>
-        <artifactId>bval-jsr303</artifactId>
-        <version>${bval.version}</version>
+        <groupId>javax.el</groupId>
+        <artifactId>el-api</artifactId>
+        <version>${javax.el.version}</version>
       </dependency>
-
+ 
       <dependency>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity</artifactId>
@@ -563,10 +564,6 @@ under the License.
             <artifactId>sslext</artifactId>
             <groupId>sslext</groupId>
           </exclusion>
-          <exclusion>
-            <artifactId>commons-beanutils</artifactId>
-            <groupId>commons-beanutils</groupId>
-          </exclusion>
         </exclusions>
       </dependency>