Skip to content

Commit

Permalink
guava upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
iantmoore committed Mar 19, 2017
1 parent c4c697a commit 8267823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Requirements
* escaped < and > in the glossary data
* Corrected the path to the screenshot images to be relative so that they work when served off a server and locally.
* various sonar fixes
* Upgraded guava to 21.0 - required to support selenium 3.3 and latest firefox drivers

1.0.5
-----
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@
</modules>

<properties>
<!--
<substeps.version>1.0.2-IM-SNAPSHOT</substeps.version>
-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>

Expand All @@ -129,6 +131,7 @@
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>2.0.2-beta</mockito.version>
<guava.version>21.0</guava.version>

<jacoco.version>0.7.6.201602180812</jacoco.version>

Expand Down Expand Up @@ -224,7 +227,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
Expand Down

0 comments on commit 8267823

Please sign in to comment.