forked from DevFW-CICD/spring-petclinic
Remove spring-boot dependencies
This commit is contained in:
parent
1e412c6020
commit
835f53da30
1 changed files with 2 additions and 6 deletions
8
pom.xml
8
pom.xml
|
@ -96,12 +96,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- SPRING, SPRING, SPRINGITY SPRING -->
|
<!-- SPRING, SPRING, SPRINGITY SPRING -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
<artifactId>spring-boot-starter</artifactId>
|
<artifactId>spring-data-jpa</artifactId>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue