Skip to content

Commit

Permalink
Issue paypal#323 - upgrade TestNG version to 6.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikeToNguyen committed Sep 15, 2016
1 parent 0e24ea0 commit a96ccbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<iosdriver.version>0.6.5</iosdriver.version>
<selendroid.version>0.17.0</selendroid.version>
<appium.version>3.4.1</appium.version>
<testng.version>6.9.10</testng.version>
<testng.version>6.9.12</testng.version>
<snakeyaml.version>1.15</snakeyaml.version>
<htmlunit.version>2.20</htmlunit.version>
<project.bom.version>${project.version}</project.bom.version>
Expand Down Expand Up @@ -59,6 +59,11 @@
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>jcenter</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>

<distributionManagement>
Expand Down

0 comments on commit a96ccbc

Please sign in to comment.