Apache Derby 10.13.x.x dropped support of Java 6 & 7 so use 10.12.x.x version.
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2c8ac51d Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/2c8ac51d Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/2c8ac51d Branch: refs/heads/master Commit: 2c8ac51df36846b3806dc5cd7fe7bb4046fcdf32 Parents: d6d4251 Author: stariy <stari...@gmail.com> Authored: Wed Dec 21 20:54:36 2016 +0300 Committer: stariy <stari...@gmail.com> Committed: Wed Dec 21 20:54:36 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/2c8ac51d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 70fab88..152800c 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.13.1.1</version> + <version>10.12.1.1</version> <scope>test</scope> </dependency> <dependency>