Skip to content

Commit

Permalink
update to archaius2 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangdavidliu committed Sep 15, 2016
1 parent 5bae6eb commit e67332f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eureka-client-archaius2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
apply plugin: 'nebula.test-jar'

def archaius2Version = '2.1.5'
def archaius2Version = '2.1.6'

sourceSets {
test {
resources.srcDir file('src/main/resources')
}
}

dependencies {
compile project(':eureka-client')
Expand Down

0 comments on commit e67332f

Please sign in to comment.