Created
October 1, 2013 08:59
-
-
Save chids/6775719 to your computer and use it in GitHub Desktop.
Revisions
-
chids renamed this gist
Oct 1, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
chids created this gist
Oct 1, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ So I guess I should explicitly exclude joda-time from the dropwizard-core dep and then declare it as an explicit dependency in my pom, thus locking down the version I actually want? ``` [WARNING] Dependency convergence error for joda-time:joda-time:2.2 paths to dependency are: +-my:component:0.0.3-SNAPSHOT +-com.yammer.dropwizard:dropwizard-core:0.6.2 +-joda-time:joda-time:2.2 and +-my:component:0.0.3-SNAPSHOT +-com.yammer.dropwizard:dropwizard-core:0.6.2 +-com.fasterxml.jackson.datatype:jackson-datatype-joda:2.1.2 +-joda-time:joda-time:2.1 ```