Skip to content
Snippets Groups Projects
Commit 835f53da authored by Antoine Rey's avatar Antoine Rey
Browse files

Remove spring-boot dependencies

parent 1e412c60
No related branches found
No related tags found
No related merge requests found
......@@ -96,12 +96,8 @@
</dependency>
<!-- SPRING, SPRING, SPRINGITY SPRING -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment