File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
spring-security-rest-full Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 7272 <version >${org.springframework.version} </version >
7373 </dependency >
7474
75-
7675 <!-- persistence -->
7776
7877 <dependency >
118117 <scope >runtime</scope >
119118 </dependency >
120119
120+ <!-- marshalling -->
121+
122+ <dependency >
123+ <groupId >com.fasterxml.jackson.core</groupId >
124+ <artifactId >jackson-databind</artifactId >
125+ <version >${jackson.version} </version >
126+ </dependency >
127+
121128 <!-- util -->
122129
123130 <dependency >
215222 <!-- persistence -->
216223 <hibernate .version>4.2.2.Final</hibernate .version>
217224 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
218- <spring-data-jpa .version>1.3.2.RELEASE</spring-data-jpa .version>
225+ <spring-data-jpa .version>1.3.2.RELEASE</spring-data-jpa .version>
226+
227+ <!-- marshalling -->
228+
229+ <jackson .version>2.2.2</jackson .version>
219230
220231 <!-- logging -->
221232 <org .slf4j.version>1.7.5</org .slf4j.version>
You can’t perform that action at this time.
0 commit comments