Browse Source

Adopt to changed Mockk artifact name.

Closes #1326
pull/1327/head
Mark Paluch 3 years ago
parent
commit
3f1dab93e4
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 2
      spring-data-r2dbc/pom.xml
  2. 2
      spring-data-relational/pom.xml

2
spring-data-r2dbc/pom.xml

@ -294,7 +294,7 @@ @@ -294,7 +294,7 @@
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk}</version>
<scope>test</scope>
</dependency>

2
spring-data-relational/pom.xml

@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk}</version>
<scope>test</scope>
</dependency>

Loading…
Cancel
Save