Ok, done. Colm.
On Tue, Jun 3, 2014 at 12:51 PM, Francesco Chicchiriccò <[email protected] > wrote: > Hi Colm, > updating the servlet API version to 3.1.0 seems to cause problems when run > with Java 6 (see Travis recent failure): I think this version upgrade > should be reverted to 3.0.1. > > Regards. > > > On 03/06/2014 13:41, [email protected] wrote: > >> Author: coheigea >> Date: Tue Jun 3 11:41:08 2014 >> New Revision: 1599484 >> >> URL: http://svn.apache.org/r1599484 >> Log: >> Updating more dependencies >> >> Modified: >> syncope/trunk/pom.xml >> >> Modified: syncope/trunk/pom.xml >> URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev= >> 1599484&r1=1599483&r2=1599484&view=diff >> ============================================================ >> ================== >> --- syncope/trunk/pom.xml (original) >> +++ syncope/trunk/pom.xml Tue Jun 3 11:41:08 2014 >> @@ -302,7 +302,7 @@ under the License. >> <properties> >> <targetJdk>1.6</targetJdk> >> - <servlet-api.version>3.0.1</servlet-api.version> >> + <servlet-api.version>3.1.0</servlet-api.version> >> <jsp-api.version>2.2</jsp-api.version> >> <jstl.version>1.2</jstl.version> >> <jax-rs.version>2.0</jax-rs.version> >> @@ -324,7 +324,7 @@ under the License. >> <cxf.version>3.0.0</cxf.version> >> <spring.version>4.0.5.RELEASE</spring.version> >> <spring-security.version>3.2.4.RELEASE</spring-security.version> >> - <jackson.version>2.3.3</jackson.version> >> + <jackson.version>2.4.0</jackson.version> >> <xstream.version>1.4.7</xstream.version> >> <velocity.version>1.7</velocity.version> >> <velocitytools.version>2.0</velocitytools.version> >> @@ -333,6 +333,7 @@ under the License. >> <openjpa.version>2.3.0</openjpa.version> >> <bval.version>0.5</bval.version> >> <commons-dbcp.version>1.4</commons-dbcp.version> >> + <commons.logging.version>1.1.3</commons.logging.version> >> <cocoon.version>3.0.0-alpha-3</cocoon.version> >> @@ -347,7 +348,7 @@ under the License. >> <disruptor.version>3.2.1</disruptor.version> >> <junit.version>4.11</junit.version> >> - <selenium.version>2.42.0</selenium.version> >> + <selenium.version>2.42.1</selenium.version> >> <apacheds.version>1.5.7</apacheds.version> >> @@ -844,7 +845,7 @@ under the License. >> <dependency> >> <groupId>commons-logging</groupId> >> <artifactId>commons-logging</artifactId> >> - <version>1.1.1</version> >> + <version>${commons.logging.version}</version> >> <scope>provided</scope> >> </dependency> >> <dependency> >> >> >> > > -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellence > http://www.tirasa.net/ > > Involved at The Apache Software Foundation: > member, Syncope PMC chair, Cocoon PMC, Olingo PMC > http://people.apache.org/~ilgrosso/ > > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
