Skip to content

Commit

Permalink
Merge pull request #47 from Cognifide/reflections-fix
Browse files Browse the repository at this point in the history
Fix for broken 'org.reflections' / downgrade
  • Loading branch information
pun-ky committed Aug 1, 2017
2 parents 504b312 + 89da1bb commit c158fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.cognifide.gradle'
version '1.4.3-SNAPSHOT'
version '1.4.3'
description = 'Gradle AEM Plugin'
defaultTasks = ['clean', 'publishToMavenLocal']

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

0 comments on commit c158fe5

Please sign in to comment.