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

Commit

Permalink
Exclude hk2-metadata-generator from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Nov 7, 2018
1 parent 4fb7dec commit 5d77672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ repositories {

dependencies {
compile "io.dropwizard:dropwizard-core:$dropwizardVersion"
compile "org.glassfish.hk2:hk2-extras:2.5.0-b32"
compile ("org.glassfish.hk2:hk2-extras:$hk2Version") {
exclude group: "org.glassfish.hk2", module: "hk2-metadata-generator"
}
compileOnly "io.dropwizard:dropwizard-jdbi3:$dropwizardVersion"

testCompile "junit:junit:$junitVersion"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
hk2bundleVersion=develop-SNAPSHOT
dropwizardVersion=1.3.5
hk2Version=2.5.0-b32
junitVersion=4.12

0 comments on commit 5d77672

Please sign in to comment.