Skip to content

Commit

Permalink
add etcd module
Browse files Browse the repository at this point in the history
  • Loading branch information
spoon16 committed Jun 12, 2015
1 parent 492222a commit f1c43f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.gradle
Expand Up @@ -95,6 +95,19 @@ project(':archaius-zookeeper') {
}
}

project(':archaius-etcd') {
sourceCompatibility = 1.7
targetCompatibility = 1.7

dependencies {
compile project(':archaius-core')
compile 'io.fastjson:etcd-client:0.33'
testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-all:1.9.5'
testCompile 'org.slf4j:slf4j-simple:1.6.4'
}
}

project(':archaius-scala') {
apply plugin: 'scala'

Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Expand Up @@ -5,5 +5,6 @@ include 'archaius-aws'
//include 'archaius-jclouds'
include 'archaius-scala'
include 'archaius-zookeeper'
include 'archaius-etcd'
include 'archaius-typesafe'

0 comments on commit f1c43f3

Please sign in to comment.