You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Kevan Miller <ke...@gmail.com> on 2010/05/02 23:44:08 UTC

Re: svn commit: r938373 - /geronimo/server/branches/2.2/pom.xml

This is breaking 2.2 builds because of an updated dependency. It's adding a new dependency on org.bouncycastle bcprov-jdk15. We have our own geronimo-crypto library (which was created due to patent issues with bouncycastle library. A new non-patent encumbered bouncycastle jar was created, I think. If so, we may want to switch back to bouncycastle... Either way, need to get the build fixed...

--kevan 
On Apr 27, 2010, at 5:25 AM, genspring@apache.org wrote:

> Author: genspring
> Date: Tue Apr 27 09:25:43 2010
> New Revision: 938373
> 
> URL: http://svn.apache.org/viewvc?rev=938373&view=rev
> Log:
> GERONIMO-5277 Update CXF to 2.1.9 , Update myfaces to 1.28
> 
> Modified:
>    geronimo/server/branches/2.2/pom.xml
> 
> Modified: geronimo/server/branches/2.2/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/pom.xml?rev=938373&r1=938372&r2=938373&view=diff
> ==============================================================================
> --- geronimo/server/branches/2.2/pom.xml (original)
> +++ geronimo/server/branches/2.2/pom.xml Tue Apr 27 09:25:43 2010
> @@ -67,7 +67,7 @@
> 
>         <openejbVersion>3.1.3-SNAPSHOT</openejbVersion>
>         <derbyVersion>10.5.3.0_1</derbyVersion>
> -        <cxfVersion>2.1.4</cxfVersion>
> +        <cxfVersion>2.1.9</cxfVersion>
>         <axis2Version>1.5</axis2Version>
>         <axiomVersion>1.2.8</axiomVersion>
>         <springVersion>2.5.6</springVersion>
> @@ -1318,7 +1318,7 @@
>             <dependency>
>                 <groupId>org.apache.myfaces.core</groupId>
>                 <artifactId>myfaces-api</artifactId>
> -                <version>1.2.6</version>
> +                <version>1.2.8</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>commons-logging</groupId>
> @@ -1330,7 +1330,7 @@
>             <dependency>
>                 <groupId>org.apache.myfaces.core</groupId>
>                 <artifactId>myfaces-impl</artifactId>
> -                <version>1.2.6</version>
> +                <version>1.2.8</version>
>                 <exclusions>
>                     <exclusion>
>                         <groupId>commons-logging</groupId>
> 
>