Skip to content

Commit

Permalink
Cleanup and update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hrcek committed Dec 18, 2017
1 parent 3703947 commit f138698
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@
<version>1.0-SNAPSHOT</version>

<properties>
<selenium.version>3.5.1</selenium.version>
<jackson.version>2.9.0</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>3.8.1</selenium.version>
<jackson.version>2.9.3</jackson.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.2</version>
</plugin>
</plugins>
</build>
<dependencies>
Expand All @@ -31,11 +37,7 @@
<artifactId>selenium-api</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>${selenium.version}</version>
</dependency>

<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
Expand All @@ -51,10 +53,5 @@
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit f138698

Please sign in to comment.