summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-11 05:28:16 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-11 05:28:16 +0100
commit7f15ee34758c437e39ec1c9d434fa06ae38366d9 (patch)
tree876fc36de7f174d81ef74473cb1cbf56052a5b63
parent715ae0d164724351c93e9d2339e5696430c0524f (diff)
downloadschemafuzz-7f15ee34758c437e39ec1c9d434fa06ae38366d9.tar.gz
schemafuzz-7f15ee34758c437e39ec1c9d434fa06ae38366d9.tar.bz2
schemafuzz-7f15ee34758c437e39ec1c9d434fa06ae38366d9.zip
reduce version to fix build error
-rwxr-xr-xpom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 06a8d26..c0cfb59 100755
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,9 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.22.0</version>
+ <version>2.13.0</version>
+ <!-- was on 2.22.0, but with that I get a build error;
+ SchemaSpy uses 2.13. -->
<scope>test</scope>
</dependency>
<dependency>