Skip to content

Commit c158fe5

Browse files
authored
Merge pull request #47 from Cognifide/reflections-fix
Fix for broken 'org.reflections' / downgrade
2 parents 504b312 + 89da1bb commit c158fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.cognifide.gradle'
9-
version '1.4.3-SNAPSHOT'
9+
version '1.4.3'
1010
description = 'Gradle AEM Plugin'
1111
defaultTasks = ['clean', 'publishToMavenLocal']
1212

@@ -24,7 +24,7 @@ dependencies {
2424
compile 'commons-httpclient:commons-httpclient:3.1'
2525
compile group: 'commons-validator', name: 'commons-validator', version: '1.6'
2626
compile 'com.fasterxml.jackson.module:jackson-module-kotlin:2.8.8'
27-
compile 'org.reflections:reflections:0.9.11'
27+
compile 'org.reflections:reflections:0.9.9'
2828
compile 'org.dm.gradle:gradle-bundle-plugin:0.10.0'
2929
compile 'org.apache.jackrabbit.vault:vault-cli:3.1.24'
3030
compile 'org.jsoup:jsoup:1.10.3'

0 commit comments

Comments
 (0)