We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492a1c9 commit 257d645Copy full SHA for 257d645
1 file changed
pom.xml
@@ -87,6 +87,11 @@
87
<artifactId>spring-boot-devtools</artifactId>
88
<scope>runtime</scope>
89
</dependency>
90
+ <dependency>
91
+ <groupId>junit</groupId>
92
+ <artifactId>junit</artifactId>
93
+ <version>4.12</version>
94
+ </dependency>
95
</dependencies>
96
97
<build>
@@ -110,11 +115,6 @@
110
115
</execution>
111
116
</executions>
112
117
</plugin>
113
- <plugin>
114
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.1</version>
- </plugin>
118
</plugins>
119
</build>
120
0 commit comments