Skip to content
Snippets Groups Projects
Commit ed3816fa authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Removed Spring Boot Devtools dependency because it caused a ClassLoader issue

parent 4a825e27
No related branches found
No related tags found
No related merge requests found
......@@ -48,12 +48,6 @@
<artifactId>opencsv</artifactId>
<version>3.8</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
......
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