Skip to content

Commit

Permalink
Update governator and archaius deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elandau committed Aug 20, 2015
1 parent af64644 commit bf71532
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Thumbs.db
**/target
/build
**/build
/bin
**/bin

# IntelliJ specific files/directories
out
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ org.gradle.daemon=true

rxnetty_version=0.4.7
jersey_version=1.18.1
governator_version=1.3.3
governator_version=1.9.3
pytheas_version=1.25
apache_httpclient_version=4.2.1
eureka_version=1.1.151
1 change: 0 additions & 1 deletion karyon2-admin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
compile 'com.sun.jersey.contribs:jersey-guice:${jersey_version}'
compile "com.sun.jersey:jersey-servlet:${jersey_version}"
compile "com.sun.jersey:jersey-server:${jersey_version}"
compile 'com.google.inject.extensions:guice-servlet:3.0'
compile "com.netflix.pytheas:pytheas-core:${pytheas_version}"
compile "com.sun.jersey:jersey-core:${jersey_version}"
runtime 'org.codehaus.jackson:jackson-mapper-asl:1.9.11'
Expand Down
3 changes: 2 additions & 1 deletion karyon2-archaius/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ apply plugin: 'osgi'

dependencies {
compile project(':karyon2-governator')
compile 'com.netflix.archaius:archaius-core:0.6.3'
compile 'com.netflix.archaius:archaius-core:0.7.2'
compile "com.netflix.governator:governator-archaius:$governator_version"
}

jar {
Expand Down
1 change: 0 additions & 1 deletion karyon2-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
compile project(':karyon2-servo')

compile 'org.codehaus.jettison:jettison:1.2'
compile 'com.google.inject:guice:3.0'
compile 'org.slf4j:slf4j-api:1.7.0'
runtime 'org.slf4j:slf4j-simple:1.7.0'
}
Expand Down

0 comments on commit bf71532

Please sign in to comment.