Skip to content

Commit 76f7e0d

Browse files
committed
Modify to use spring-web on test
fix gh-180
1 parent 39ad503 commit 76f7e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177

178178
<dependency>
179179
<groupId>org.springframework</groupId>
180-
<artifactId>spring-webmvc</artifactId>
180+
<artifactId>spring-web</artifactId>
181181
<version>${spring.version}</version>
182182
<scope>test</scope>
183183
</dependency>

0 commit comments

Comments
 (0)