Hi, On Wed, Nov 13, 2013 at 3:39 PM, Chetan Mehrotra <[email protected]> wrote: >> [ERROR] Caused by: java.lang.ClassNotFoundException: >> org.apache.sling.commons.testing.junit.categories.OakOnly > > Adding org.apache.sling.commons.testing as a dependency in the > integrationTesting profile seems to resolve the issue...
Yes, makes sense - for now the integration tests are using a snapshot of commons.testing, so maybe building that one by hand before running the tests would have helped as well. Radu asked for a release of commons.testing as well, I'll try to prepare that release tomorrow to solve this in a cleaner way. -Bertrand
