Merge pull request #15137 from sreeise

* pr/15137:
  Remove redundant json starter from spring-boot-starter-data-rest
This commit is contained in:
Stephane Nicoll 2018-11-09 08:35:17 +01:00
commit f274772d43
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>