Skip to content

Instantly share code, notes, and snippets.

@chids
Created October 1, 2013 08:59
Show Gist options
  • Select an option

  • Save chids/6775719 to your computer and use it in GitHub Desktop.

Select an option

Save chids/6775719 to your computer and use it in GitHub Desktop.

Revisions

  1. chids renamed this gist Oct 1, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. chids created this gist Oct 1, 2013.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original 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
    ```