You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/05/06 18:27:19 UTC

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 @@
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+        	<groupId>org.apache.geronimo.specs</groupId>
+        	<artifactId>geronimo-jms_1.1_spec</artifactId>
+        	<version>1.1.1</version>
+        	<scope>provided</scope>
+        </dependency>
 	
       </dependencies>
 



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

Posted by Mark Struberg <st...@yahoo.de>.
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
> +        
>     
>