Re: svn commit: r809542 - /mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml

2009-09-01 Thread Niklas Gustavsson
On Mon, Aug 31, 2009 at 1:31 PM, wrote: > +       > +        org.apache.vysper > +        vysper-core > +        ${pom.version} > +        test-jar > +        runtime > +       Should this really be in runtime scope? Nothing in src/main/java should depend on this. /niklas

Re: svn commit: r809542 - /mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml

2009-09-01 Thread Bernd Fondermann
Niklas Gustavsson wrote: > On Mon, Aug 31, 2009 at 1:31 PM, wrote: >> + >> +org.apache.vysper >> +vysper-core >> +${pom.version} >> +test-jar >> +runtime >> + > > Should this really be in runtime scope? Nothing in src/main/java > should depend o