Skip to content

Commit 8e8ab61

Browse files
authored
Fix tests after spring 7 upgrade (#28)
1 parent 20301a9 commit 8e8ab61

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@
124124
<artifactId>junit</artifactId>
125125
<scope>test</scope>
126126
</dependency>
127+
<dependency>
128+
<groupId>org.junit.jupiter</groupId>
129+
<artifactId>junit-jupiter-engine</artifactId>
130+
<scope>test</scope>
131+
</dependency>
132+
<dependency>
133+
<groupId>org.junit.vintage</groupId>
134+
<artifactId>junit-vintage-engine</artifactId>
135+
<scope>test</scope>
136+
</dependency>
127137
<dependency>
128138
<groupId>org.mockito</groupId>
129139
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)