Skip to content

Instantly share code, notes, and snippets.

@klaud81
Created March 27, 2019 01:52
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 klaud81/676740b5e777087e670920f6695cf68e to your computer and use it in GitHub Desktop.
Save klaud81/676740b5e777087e670920f6695cf68e to your computer and use it in GitHub Desktop.
spring-writer6
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.2.2.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.0.2.Final</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment