Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[#79] Upgrading micro-deps-spring-config 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
Closes #79
  • Loading branch information
nurkiewicz committed Dec 29, 2014
1 parent 06ad49d commit 805f8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ configure(srcSubprojects) {

dependencyManagement {
dependencies {
dependencySet(group: "com.ofg", version: "0.5.2-SNAPSHOT") {
dependencySet(group: "com.ofg", version: "0.5.2") {
entry "micro-deps-spring-config"
entry "micro-deps-spring-test-config"
}
Expand Down
2 changes: 1 addition & 1 deletion micro-infra-spring-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compile("org.springframework.cloud:spring-cloud-config-server:$springCloudVersion") {
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
compile('com.ofg:micro-deps:0.7.4-SNAPSHOT') {
compile('com.ofg:micro-deps:0.7.4') {
//Required with micro-deps 0.4.0 as it uses groovy-all-indy which confuses Intellij Idea (both jars are added to dependencies)
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
Expand Down

0 comments on commit 805f8ac

Please sign in to comment.