Merge pull request #15137 from sreeise
* pr/15137: Remove redundant json starter from spring-boot-starter-data-rest
This commit is contained in:
commit
f274772d43
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue