2011/12/9 Konstantin Kolinko <[email protected]>: > 2011/12/10 <[email protected]>: >> Author: olamy >> Date: Fri Dec 9 20:42:05 2011 >> New Revision: 1212618 >> >> URL: http://svn.apache.org/viewvc?rev=1212618&view=rev >> Log: >> upgrade some dependencies version >> >> Modified: >> tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml >> tomcat/maven-plugin/trunk/pom.xml >> >> Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml >> URL: >> http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1212618&r1=1212617&r2=1212618&view=diff >> ============================================================================== >> --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) >> +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Fri Dec 9 >> 20:42:05 2011 >> @@ -61,6 +61,11 @@ >> </dependency> >> >> <dependency> >> + <groupId>org.apache.httpcomponents</groupId> >> + <artifactId>fluent-hc</artifactId> >> + </dependency> >> + >> + <dependency> >> <groupId>org.apache.tomcat</groupId> >> <artifactId>tomcat-catalina</artifactId> >> <version>7.0.22</version> > > 7.0.23? Done in the top level pom (see the property <tomcat7Version>7.0.23</tomcat7Version> ) in fact the version it's not really important here as the real version used by the tomcat7 plugin is defined on his own pom. See the scope which is provided to ensure we don't have it by transitivity in the tomcat6 plugin. In this common module the goal is only to have o.a.c.l.WebappLoader for compilation purpose.
Btw I see an issue as there are two properties to define the tomcat7 version used. I will fix that. > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
