Author: ilgrosso
Date: Thu Oct 9 09:31:26 2014
New Revision: 1630354
URL: http://svn.apache.org/r1630354
Log:
Back to Tomcat 7 for integration tests: with Tomcat 8 slow start issues
Modified:
syncope/branches/1_2_X/pom.xml
Modified: syncope/branches/1_2_X/pom.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_2_X/pom.xml?rev=1630354&r1=1630353&r2=1630354&view=diff
==============================================================================
--- syncope/branches/1_2_X/pom.xml (original)
+++ syncope/branches/1_2_X/pom.xml Thu Oct 9 09:31:26 2014
@@ -357,7 +357,7 @@ under the License.
<httpclient.version>4.3.5</httpclient.version>
- <tomcat.version>8.0.14</tomcat.version>
+ <tomcat.version>7.0.56</tomcat.version>
<jasypt.version>1.9.2</jasypt.version>
@@ -1154,9 +1154,9 @@ under the License.
<version>1.4.10</version>
<configuration>
<container>
- <containerId>tomcat8x</containerId>
+ <containerId>tomcat7x</containerId>
<zipUrlInstaller>
-
<url>http://archive.apache.org/dist/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip</url>
+
<url>http://archive.apache.org/dist/tomcat/tomcat-7/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
<extractDir>${project.build.directory}/cargo/extract</extractDir>
</zipUrlInstaller>