You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Mark Struberg <st...@yahoo.de> on 2009/05/06 19:51:30 UTC

AW: svn commit: r772350 - /incubator/openwebbeans/trunk/samples/guess/pom.xml

Gurkan, I think we shouldn't need this.

If you add a dependency to openbwebbeans-jms, it should automatically get it as transitive dependency.
If you don't add use JMS stuff at all, we shouldn't need it anyway.

LieGrue,
strub



----- Ursprüngliche Mail ----
> Von: "gerdogdu@apache.org" <ge...@apache.org>
> An: openwebbeans-commits@incubator.apache.org
> Gesendet: Mittwoch, den 6. Mai 2009, 18:27:19 Uhr
> Betreff: svn commit: r772350 - /incubator/openwebbeans/trunk/samples/guess/pom.xml
> 
> Author: gerdogdu
> Date: Wed May  6 16:27:18 2009
> New Revision: 772350
> 
> URL: http://svn.apache.org/viewvc?rev=772350&view=rev
> Log:
> Adding JMS provided dependency.
> 
> Modified:
>     incubator/openwebbeans/trunk/samples/guess/pom.xml
> 
> Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
> URL: 
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=772350&r1=772349&r2=772350&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
> +++ incubator/openwebbeans/trunk/samples/guess/pom.xml Wed May  6 16:27:18 2009
> @@ -77,6 +77,12 @@
>             geronimo-servlet_2.5_spec
>             provided
>         
> +        
> +            org.apache.geronimo.specs
> +            geronimo-jms_1.1_spec
> +            1.1.1
> +            provided
> +        
>     
>