You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/07/21 15:16:06 UTC

syncope git commit: Upgrading Jackson, Hibernate Validator, Checkstyle

Repository: syncope
Updated Branches:
  refs/heads/master e7c6d81cd -> c32826656


Upgrading Jackson, Hibernate Validator, Checkstyle


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c3282665
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c3282665
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c3282665

Branch: refs/heads/master
Commit: c32826656762164a7e42e2d9c8c3482fa7fb8ed3
Parents: e7c6d81
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 21 15:15:52 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 21 15:15:52 2015 +0200

----------------------------------------------------------------------
 pom.xml                                              | 6 +++---
 src/main/resources/org/apache/syncope/checkstyle.xml | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c3282665/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 994362f..8c3ac32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,14 +330,14 @@ under the License.
 
     <camel.version>2.15.2</camel.version>	
 
-    <jackson.version>2.5.4</jackson.version>
+    <jackson.version>2.6.0</jackson.version>
 
     <spring.version>4.1.7.RELEASE</spring.version>
     <spring-security.version>4.0.1.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.0</openjpa.version>
     <commons-dbcp.version>2.1</commons-dbcp.version>
-    <hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
+    <hibernate-validator.version>5.2.0.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.2</jasypt.version>
 
@@ -1235,7 +1235,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.16</version>
           <configuration>
             <configLocation>${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml</configLocation>
             <targetJdk>${targetJdk}</targetJdk>

http://git-wip-us.apache.org/repos/asf/syncope/blob/c3282665/src/main/resources/org/apache/syncope/checkstyle.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/syncope/checkstyle.xml b/src/main/resources/org/apache/syncope/checkstyle.xml
index 5251890..74e9d97 100644
--- a/src/main/resources/org/apache/syncope/checkstyle.xml
+++ b/src/main/resources/org/apache/syncope/checkstyle.xml
@@ -197,7 +197,6 @@ under the License.
     <module name="InnerAssignment"/>
     <!--<module name="MagicNumber"/>-->
     <module name="MissingSwitchDefault"/>
-    <module name="RedundantThrows"/>
     <module name="SimplifyBooleanExpression"/>
     <module name="SimplifyBooleanReturn"/>