Skip to content

Commit 6adfd9d

Browse files
committed
1.4.1 release
1 parent 2c3e4b4 commit 6adfd9d

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [1.4.0]
5+
## [1.4.1] 2018-10-11
6+
7+
### Fixed
8+
9+
* 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.
10+
11+
12+
## [1.4.0] 2018-07-11
613

714
### Fixed
815

repo/build.gradle

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121

2222
ext {
2323
alfresco = [:]
24-
alfresco.version = "5.0.d"
24+
alfresco.version = "5.2.f"
2525

2626
}
2727

@@ -42,20 +42,11 @@ configurations {
4242
}
4343

4444
dependencies {
45-
compile (group: "org.alfresco", name: "alfresco", version: "${alfresco.version}", classifier: "classes") {
46-
exclude module: "alfresco-web-framework-commons"
47-
exclude module: "commons-beanutils"
48-
exclude group: "org.springframework"
49-
exclude group: "org.mybatis"
50-
}
51-
52-
compile 'org.json:json:20141113'
5345

46+
compile (group: "org.alfresco", name: "alfresco", version: "${alfresco.version}", classifier: "classes")
5447
compile ('com.monitorjbl:xlsx-streamer:1.0.2') { transitive = false }
55-
compile 'org.springframework:spring-context:3.0.0.RELEASE'
56-
compile 'org.springframework:spring-beans:3.0.0.RELEASE'
57-
compile 'org.springframework:spring-context-support:3.0.5.RELEASE'
58-
48+
compile 'javax.servlet:javax.servlet-api:3.0.1'
49+
5950
amp ('com.monitorjbl:xlsx-streamer:1.0.2') { transitive = false }
6051
}
6152

@@ -69,4 +60,4 @@ amp {
6960
version = project.version
7061
title = "ONLYOFFICE Alfresco Integration Repo"
7162
description = project.description
72-
}
63+
}

0 commit comments

Comments
 (0)