downgrade tomcat-el-api to v7x; not technically spec compliant but the TCK passes and it is a provided/optional dependency anyway
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/4c52e713 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/4c52e713 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/4c52e713 Branch: refs/heads/master Commit: 4c52e71320a1b05d2f70261e4bc17bc0a8cdd892 Parents: 1ad2c15 Author: Matt Benson <[email protected]> Authored: Thu Oct 20 21:08:04 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Thu Oct 20 21:08:04 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/4c52e713/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2c32174..3db944d 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,7 @@ <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-el-api</artifactId> - <version>8.0.21</version> + <version>7.0.72</version> <scope>provided</scope> </dependency> </dependencies>
