Repository: syncope Updated Branches: refs/heads/1_2_X 5d2817ad6 -> 660b0ce88 refs/heads/SYNCOPE-652 a6cf6a68f -> d1bd87ad9 refs/heads/master c32826656 -> ce8d4edec
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/SYNCOPE-652 Commit: c32826656762164a7e42e2d9c8c3482fa7fb8ed3 Parents: e7c6d81 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jul 21 15:15:52 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> 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"/>
