You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Paul Spencer <pa...@apache.org> on 2006/12/30 19:35:41 UTC

Re: svn commit: r491266 - /myfaces/tomahawk/trunk/core/pom.xml

Dennis,
Continuum did fail after you commit.  The message is dated Sat, 30 Dec 2006 04:41:00 GMT

Thanks for the commit, the build now works.

Paul Spencer

dennisbyrne@apache.org wrote:
> Author: dennisbyrne
> Date: Sat Dec 30 10:23:24 2006
> New Revision: 491266
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=491266
> Log:
> forgot to commit dependency - why did Continuum fail on Paul's commit and not mine?
> 
> Modified:
>     myfaces/tomahawk/trunk/core/pom.xml
> 
> Modified: myfaces/tomahawk/trunk/core/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?view=diff&rev=491266&r1=491265&r2=491266
> ==============================================================================
> --- myfaces/tomahawk/trunk/core/pom.xml (original)
> +++ myfaces/tomahawk/trunk/core/pom.xml Sat Dec 30 10:23:24 2006
> @@ -212,7 +212,12 @@
>        <scope>test</scope>
>      </dependency>
>  
> -
> +    <dependency>
> +      <groupId>maven-taglib</groupId>
> +      <artifactId>maven-taglib-plugin</artifactId>
> +      <version>1.4.2</version>
> +      <scope>test</scope>
> +    </dependency>   
>  
>    </dependencies>
>  
> 
> 
>