Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:23
Show Gist options
  • Save apalyukha/d768ecde841e36e81f24688e524dee73 to your computer and use it in GitHub Desktop.
Save apalyukha/d768ecde841e36e81f24688e524dee73 to your computer and use it in GitHub Desktop.
Spring Boot: deploy
<!-- JAXB -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment