Bertrand- This work for you? I didn't see anything which required 2.1.0? Thanks, Justin
On 2/1/11 5:52 PM, [email protected] wrote: > Author: justin > Date: Tue Feb 1 22:52:38 2011 > New Revision: 1066254 > > URL: http://svn.apache.org/viewvc?rev=1066254&view=rev > Log: > downgrading dependencies > > Modified: > sling/whiteboard/justin/junit/extension/pom.xml > > Modified: sling/whiteboard/justin/junit/extension/pom.xml > URL: > http://svn.apache.org/viewvc/sling/whiteboard/justin/junit/extension/pom.xml?rev=1066254&r1=1066253&r2=1066254&view=diff > ============================================================================== > --- sling/whiteboard/justin/junit/extension/pom.xml (original) > +++ sling/whiteboard/justin/junit/extension/pom.xml Tue Feb 1 22:52:38 2011 > @@ -93,7 +93,7 @@ > <dependency> > <groupId>org.apache.sling</groupId> > <artifactId>org.apache.sling.api</artifactId> > - <version>2.1.0</version> > + <version>2.0.2-incubator</version> > <scope>provided</scope> > </dependency> > <dependency> > @@ -109,7 +109,7 @@ > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > - <version>4.8.2</version> > + <version>${junit.version}</version> > <scope>compile</scope> > </dependency> > </dependencies> > >
