Skip to content

Instantly share code, notes, and snippets.

@ukitazume
Created September 29, 2020 07:52
Show Gist options
  • Save ukitazume/17c7634c635bdcc9f6c84e8f555e6133 to your computer and use it in GitHub Desktop.
Save ukitazume/17c7634c635bdcc9f6c84e8f555e6133 to your computer and use it in GitHub Desktop.
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany.app</groupId>
<artifactId>my-app</artifactId>
<version>1</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment