Mirrors codec enhancements in XD 1.2.x

This commit is contained in:
David Turanski
2015-07-14 10:54:57 -04:00
parent 587c084183
commit b76cee6725
8 changed files with 194 additions and 189 deletions

View File

@@ -40,6 +40,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>