Skip to content

Commit 257d645

Browse files
dummyproject
1 parent 492a1c9 commit 257d645

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<artifactId>spring-boot-devtools</artifactId>
8888
<scope>runtime</scope>
8989
</dependency>
90+
<dependency>
91+
<groupId>junit</groupId>
92+
<artifactId>junit</artifactId>
93+
<version>4.12</version>
94+
</dependency>
9095
</dependencies>
9196

9297
<build>
@@ -110,11 +115,6 @@
110115
</execution>
111116
</executions>
112117
</plugin>
113-
<plugin>
114-
<groupId>org.apache.maven.plugins</groupId>
115-
<artifactId>maven-surefire-plugin</artifactId>
116-
<version>2.22.1</version>
117-
</plugin>
118118
</plugins>
119119
</build>
120120

0 commit comments

Comments
 (0)