cool remove a point of my TODO list
+1
I have checked that also new maven-ant-tasks-2.1.3 works.
How we can download this jar and jsch?
Peter
Am 07.04.2012 um 11:00 schrieb markt@apache.org:
> Author: markt
> Date: Sat Apr 7 09:00:47 2012
> New Revision: 1310712
>
> URL: http://svn.apache.org/viewvc?rev=1310712&view=rev
> Log:
> Add missing dependencies
>
> Modified:
> tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom
> tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom
> tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom
> tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom
> tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom Sat Apr 7 09:00:47 2012
> @@ -52,5 +52,11 @@
> <version>@MAVEN.DEPLOY.VERSION@</version>
> <scope>compile</scope>
> </dependency>
> + <dependency>
> + <groupId>org.apache.tomcat</groupId>
> + <artifactId>tomcat-util</artifactId>
> + <version>@MAVEN.DEPLOY.VERSION@</version>
> + <scope>compile</scope>
> + </dependency>
> </dependencies>
> </project>
>
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom Sat Apr 7 09:00:47 2012
> @@ -28,5 +28,11 @@
> <version>@MAVEN.DEPLOY.VERSION@</version>
> <scope>compile</scope>
> </dependency>
> + <dependency>
> + <groupId>org.apache.tomcat</groupId>
> + <artifactId>tomcat-util</artifactId>
> + <version>@MAVEN.DEPLOY.VERSION@</version>
> + <scope>compile</scope>
> + </dependency>
> </dependencies>
> </project>
>
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom Sat Apr 7 09:00:47 2012
> @@ -28,5 +28,10 @@
> <version>@MAVEN.DEPLOY.VERSION@</version>
> <scope>compile</scope>
> </dependency>
> + <dependency>
> + <groupId>org.eclipse.jdt.core.compiler</groupId>
> + <artifactId>ecj</artifactId>
> + <version>3.7.2</version>
> + </dependency>
> </dependencies>
> </project>
>
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom Sat Apr 7 09:00:47 2012
> @@ -21,4 +21,18 @@
> <artifactId>tomcat-util</artifactId>
> <version>@MAVEN.DEPLOY.VERSION@</version>
> <description>Common code shared by Catalina and Jasper</description>
> + <dependencies>
> + <dependency>
> + <groupId>org.apache.tomcat</groupId>
> + <artifactId>tomcat-juli</artifactId>
> + <version>@MAVEN.DEPLOY.VERSION@</version>
> + <scope>compile</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.tomcat</groupId>
> + <artifactId>tomcat-api</artifactId>
> + <version>@MAVEN.DEPLOY.VERSION@</version>
> + <scope>compile</scope>
> + </dependency>
> + </dependencies>
> </project>
>
> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr 7 09:00:47 2012
> @@ -69,6 +69,9 @@
> <update>
> Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
> </update>
> + <fix>
> + Add missing dependencies in pom files. (markt)
> + </fix>
> </changelog>
> </subsection>
> </section>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|