On Wednesday 21 September 2016 15:18:36 Carsten Ziegeler wrote: > > On Wednesday 21 September 2016 14:03:00 Carsten Ziegeler wrote: > >>> On Wednesday 21 September 2016 11:56:30 Carsten Ziegeler wrote: > >>>>>>> And use Testing PaxExam which comes with all required > >>>>>>> configurations. > >>>>>> > >>>>>> I want to keep my dependencies low > >>>>> > >>>>> One bundle (3 classes) vs. lots of boilerplate code... YMMV. > >>>> > >>>> I tried this for the i18n module, but I get > >>>> > >>>> Caused by: java.lang.ClassNotFoundException: > >>>> org.osgi.service.cm.ConfigurationAdmin > >>> > >>> That exception is not possible with o.a.s.testing.paxexam as the most > >>> basic > >>> Sling Option "sling" pulls in "config" (org.apache.felix.configadmin). > >> > >> Do you want to place a bet on this? :) > > > > Too late... 8D > > > >>> Did you use the outdated o.a.s.paxexam.util instead maybe? > >> > >> I don't think so, I've committed the initial work in rev 1761721. I > >> followed your readme, but I might be missing something obvious? > >> It would be great if you could have a quick look at the i18n module to > >> see whether I made a stupid mistake. > > > > fixed some scopes and added missing dependencies in r1761724 > > Thanks! I think the missing part from the readme is maybe the > depends-maven-plugin?
README extended in r1761806 (also explaining when depends-maven-plugin is required) Thanks, O. > Regards > > Carsten