You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/20 21:08:04 UTC

svn commit: r1765884 - /bval/trunk/pom.xml

Author: mbenson
Date: Thu Oct 20 21:08:04 2016
New Revision: 1765884

URL: http://svn.apache.org/viewvc?rev=1765884&view=rev
Log:
downgrade tomcat-el-api to v7x; not technically spec compliant but the TCK passes and it is a provided/optional dependency anyway

Modified:
    bval/trunk/pom.xml

Modified: bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1765884&r1=1765883&r2=1765884&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Thu Oct 20 21:08:04 2016
@@ -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>