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: "[email protected]" <[email protected]> > An: [email protected] > 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 > + > >
