Skip to content

Instantly share code, notes, and snippets.

@spullara
Created February 12, 2019 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spullara/f62dfc1a6ec5348418acb764362a9927 to your computer and use it in GitHub Desktop.
Save spullara/f62dfc1a6ec5348418acb764362a9927 to your computer and use it in GitHub Desktop.
@spullara
Copy link
Author

For the latest Dropwizard you will also have to add these to your pom.xml:

    <!-- Removed in Java 11 -->
    <dependency>
      <groupId>com.sun.activation</groupId>
      <artifactId>javax.activation</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.2.8</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-core</artifactId>
      <version>2.2.7</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>2.2.7</version>
    </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment