Skip to content

Commit

Permalink
update dropwizard to 1.0.5 and fix hk bridge version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 18, 2016
1 parent 8ad55a1 commit bdd3b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Update to dropwizard 1.0.5 and fix compatibility (#24)
* Fix guice version conflict for maven (#20)

### 4.0.0 (2016-08-22)
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
id 'ru.vyarus.java-lib' version '1.0.4'
id 'ru.vyarus.github-info' version '1.1.0'
id 'ru.vyarus.quality' version '2.0.0'
id 'com.github.kt3k.coveralls' version '2.6.3'
id 'com.jfrog.bintray' version '1.7.1'
id 'com.github.kt3k.coveralls' version '2.7.1'
id 'com.jfrog.bintray' version '1.7.3'
id 'net.researchgate.release' version '2.4.1'
id 'com.github.ben-manes.versions' version '0.13.0'
id "io.spring.dependency-management" version "0.6.0.RELEASE"
id "io.spring.dependency-management" version "0.6.1.RELEASE"
}

sourceCompatibility = 1.8
Expand All @@ -19,7 +19,7 @@ wrapper {
}

ext {
dropwizard = '1.0.2'
dropwizard = '1.0.5'
guice = '4.1.0'
}

Expand All @@ -40,7 +40,7 @@ dependencies {
compile 'com.google.inject.extensions:guice-servlet'
compile 'com.google.inject.extensions:guice-multibindings'
compile 'io.dropwizard:dropwizard-core'
compile "org.glassfish.hk2:guice-bridge:2.4.0-b34"
compile "org.glassfish.hk2:guice-bridge:2.5.0-b05"
compile 'ru.vyarus:generics-resolver:2.0.1'

testCompile 'io.dropwizard:dropwizard-auth'
Expand Down

0 comments on commit bdd3b09

Please sign in to comment.