Olli, Please, stop using dependencies to external projects in trunk. It makes projects not build out of the box and unable to release without doing work which is out of our control.
You've done this with Karaf and then with Pax-Exam. Working on branches is a great way to allow everyone else to build and work on the projects until we get external releases. If you believe that is the wrong approach, please let us know, but ignoring the policy is not that productive :-) Thanks, Robert On Wed, 2016-12-21 at 14:21 +0000, o...@apache.org wrote: > Author: olli > Date: Wed Dec 21 14:21:31 2016 > New Revision: 1775432 > > URL: http://svn.apache.org/viewvc?rev=1775432&view=rev > Log: > SLING-6425 Update Pax Exam to 4.10 > > use 4.10.0-SNAPSHOT > > Modified: > sling/trunk/karaf/org.apache.sling.karaf-integration- > tests/pom.xml > > Modified: sling/trunk/karaf/org.apache.sling.karaf-integration- > tests/pom.xml > URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling. > karaf-integration- > tests/pom.xml?rev=1775432&r1=1775431&r2=1775432&view=diff > ===================================================================== > ========= > --- sling/trunk/karaf/org.apache.sling.karaf-integration- > tests/pom.xml (original) > +++ sling/trunk/karaf/org.apache.sling.karaf-integration- > tests/pom.xml Wed Dec 21 14:21:31 2016 > @@ -38,7 +38,7 @@ > <properties> > <org.apache.jackrabbit.version>2.13.1</org.apache.jackrabbit.ver > sion> > <org.apache.karaf.version>4.1.0- > SNAPSHOT</org.apache.karaf.version> > - <org.ops4j.pax.exam.version>4.9.2</org.ops4j.pax.exam.version> > + <org.ops4j.pax.exam.version>4.10.0- > SNAPSHOT</org.ops4j.pax.exam.version> > </properties> > > <dependencies> > >