Repository: syncope Updated Branches: refs/heads/1_2_X 904e6380b -> a43b36d4b
Reverting Jackson upgrade: jackson-module-jaxb-annotations 2.4.6 not yet available Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/a43b36d4 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/a43b36d4 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/a43b36d4 Branch: refs/heads/1_2_X Commit: a43b36d4ba3955048232fd6c06a9448de009624d Parents: 904e638 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Apr 24 16:41:03 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Apr 24 16:41:03 2015 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/a43b36d4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7192b64..b771181 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ under the License. <cxf.version>3.0.4</cxf.version> <spring.version>4.0.9.RELEASE</spring.version> <spring-security.version>3.2.7.RELEASE</spring-security.version> - <jackson.version>2.4.6</jackson.version> + <jackson.version>2.4.5</jackson.version> <velocity.version>1.7</velocity.version> <velocitytools.version>2.0</velocitytools.version> <quartz.version>2.2.1</quartz.version>
