You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mathias Brökelmann <mb...@googlemail.com> on 2007/02/24 16:15:28 UTC

Re: svn commit: r511270 - /myfaces/core/branches/jsf12/impl/pom.xml

That dependency should be optional or provided and we need to make
sure that myfaces can run without it.

2007/2/24, dennisbyrne@apache.org <de...@apache.org>:
> Author: dennisbyrne
> Date: Sat Feb 24 05:42:20 2007
> New Revision: 511270
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=511270
> Log:
> committing dependency for javax.annotaion.*
>
> Modified:
>     myfaces/core/branches/jsf12/impl/pom.xml
>
> Modified: myfaces/core/branches/jsf12/impl/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=511270&r1=511269&r2=511270
> ==============================================================================
> --- myfaces/core/branches/jsf12/impl/pom.xml (original)
> +++ myfaces/core/branches/jsf12/impl/pom.xml Sat Feb 24 05:42:20 2007
> @@ -334,6 +334,11 @@
>        <version>1.0</version>
>        <scope>provided</scope>
>      </dependency>
> +    <dependency>
> +      <groupId>org.apache.geronimo.specs</groupId>
> +      <artifactId>geronimo-annotation_1.0_spec</artifactId>
> +      <version>1.0</version>
> +    </dependency>
>    </dependencies>
>    <reporting>
>      <plugins>
>
>
>


-- 
Mathias