From 6adfd9d44858d216eea7ea721d08acc00fd5cdf7 Mon Sep 17 00:00:00 2001 From: cetra3 Date: Wed, 10 Oct 2018 22:33:50 +0000 Subject: [PATCH] 1.4.1 release --- CHANGELOG.md | 9 ++++++++- repo/build.gradle | 19 +++++-------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e11295..46cdd968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.4.0] +## [1.4.1] 2018-10-11 + +### Fixed + +* Update compile dep to `5.2.f` to [fix](https://github.com/cetra3/onlyoffice-alfresco/issues/19) yanked `org.springframework.social:spring-social-facebook:1.0.0.RC1` artifact. + + +## [1.4.0] 2018-07-11 ### Fixed diff --git a/repo/build.gradle b/repo/build.gradle index ca2f540a..9f8761d7 100644 --- a/repo/build.gradle +++ b/repo/build.gradle @@ -21,7 +21,7 @@ allprojects { ext { alfresco = [:] - alfresco.version = "5.0.d" + alfresco.version = "5.2.f" } @@ -42,20 +42,11 @@ configurations { } dependencies { - compile (group: "org.alfresco", name: "alfresco", version: "${alfresco.version}", classifier: "classes") { - exclude module: "alfresco-web-framework-commons" - exclude module: "commons-beanutils" - exclude group: "org.springframework" - exclude group: "org.mybatis" - } - - compile 'org.json:json:20141113' + compile (group: "org.alfresco", name: "alfresco", version: "${alfresco.version}", classifier: "classes") compile ('com.monitorjbl:xlsx-streamer:1.0.2') { transitive = false } - compile 'org.springframework:spring-context:3.0.0.RELEASE' - compile 'org.springframework:spring-beans:3.0.0.RELEASE' - compile 'org.springframework:spring-context-support:3.0.5.RELEASE' - + compile 'javax.servlet:javax.servlet-api:3.0.1' + amp ('com.monitorjbl:xlsx-streamer:1.0.2') { transitive = false } } @@ -69,4 +60,4 @@ amp { version = project.version title = "ONLYOFFICE Alfresco Integration Repo" description = project.description -} \ No newline at end of file +}