Skip to content

Commit d3a62fd

Browse files
committed
Removed unused dependencies
1 parent ff73ef4 commit d3a62fd

File tree

1 file changed

+0
-19
lines changed
  • instant-ssl-reloading-with-spring-tomcat

1 file changed

+0
-19
lines changed

instant-ssl-reloading-with-spring-tomcat/pom.xml

-19
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,6 @@
2525
<artifactId>spring-boot-starter-web</artifactId>
2626
<version>${version.spring}</version>
2727
</dependency>
28-
29-
<dependency>
30-
<groupId>org.springframework.boot</groupId>
31-
<artifactId>spring-boot-starter-test</artifactId>
32-
<version>${version.spring}</version>
33-
<scope>test</scope>
34-
</dependency>
35-
<dependency>
36-
<groupId>org.junit.jupiter</groupId>
37-
<artifactId>junit-jupiter-api</artifactId>
38-
<version>${version.junit}</version>
39-
<scope>test</scope>
40-
</dependency>
41-
<dependency>
42-
<groupId>org.junit.jupiter</groupId>
43-
<artifactId>junit-jupiter-engine</artifactId>
44-
<version>${version.junit}</version>
45-
<scope>test</scope>
46-
</dependency>
4728
</dependencies>
4829

4930
<dependencyManagement>

0 commit comments

Comments
 (0)