Oliver, We can never keep up with the changes at selenium, plugin user can always add the latest selenium's jar as plugin's dependency
-dan On Mon, Sep 5, 2011 at 9:31 AM, <[email protected]> wrote: > Revision 14652 Author olamy Date 2011-09-05 11:31:40 -0500 (Mon, 05 Sep > 2011) > > Log Message > > test with selenium 2.5.0 > > Modified Paths > > trunk/mojo/selenium-maven-plugin/pom.xml > > Diff > > Modified: trunk/mojo/selenium-maven-plugin/pom.xml (14651 => 14652) > > --- trunk/mojo/selenium-maven-plugin/pom.xml 2011-09-02 21:53:50 UTC (rev > 14651) > +++ trunk/mojo/selenium-maven-plugin/pom.xml 2011-09-05 16:31:40 UTC (rev > 14652) > @@ -46,7 +46,7 @@ > </prerequisites> > > <properties> > - <selenium-server.version>2.4.0</selenium-server.version> > + <selenium-server.version>2.5.0</selenium-server.version> > <selenium-client.version>1.0.2</selenium-client.version> > <gmaven.version>1.3</gmaven.version> > <maven-version>2.0.5</maven-version> > @@ -157,6 +157,12 @@ > > <dependency> > <groupId>org.seleniumhq.selenium</groupId> > + <artifactId>selenium-api</artifactId> > + <version>${selenium-server.version}</version> > + </dependency> > + > + <dependency> > + <groupId>org.seleniumhq.selenium</groupId> > <artifactId>selenium-remote-control</artifactId> > <!-- > no 2.2.0 for this artifact > @@ -165,12 +171,8 @@ > <version>2.0rc2</version> > </dependency> > > - <dependency> > - <groupId>org.seleniumhq.selenium</groupId> > - <artifactId>selenium-api</artifactId> > - <version>${selenium-server.version}</version> > - </dependency> > > + > <dependency> > <groupId>bouncycastle</groupId> > <artifactId>bcprov-jdk15</artifactId> > > ________________________________ > > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
