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 @@ ...@@ -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>
......
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