Skip to content

Commit

Permalink
Bump dependencies to latest versions
Browse files Browse the repository at this point in the history
This also removes jetty unused dependecy.
  • Loading branch information
Toilal committed Jan 15, 2016
1 parent 5fa64a1 commit cfad668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
5 changes: 0 additions & 5 deletions fluentlenium-core/pom.xml
Expand Up @@ -55,11 +55,6 @@
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fluentlenium-it/pom.xml
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>

<artifactId>fluentlenium-it</artifactId>
<description>FluentLenium Integration Tests</description>
<name>FluentLenium Integration Tests</name>

<build>
<plugins>
Expand Down
17 changes: 3 additions & 14 deletions pom.xml
Expand Up @@ -75,43 +75,32 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.48.2</version>
<version>2.49.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>7.2.2.v20101205</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.1</version>
<scope>test</scope>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.17</version>
<scope>test</scope>
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit cfad668

Please sign in to comment.