Skip to content

Commit

Permalink
Upgrade testng to 6.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Jun 13, 2016
1 parent da14157 commit 2c41384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -499,9 +499,8 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.8</version>
<version>${testng-version}</version>
<scope>test</scope>
<classifier>jdk15</classifier>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
Expand Down Expand Up @@ -610,5 +609,6 @@
<compat-version>2.0.1</compat-version>
<shiro-version>1.2.4</shiro-version>
<commons-pool2>2.4.2</commons-pool2>
<testng-version>6.9.10</testng-version>
</properties>
</project>

0 comments on commit 2c41384

Please sign in to comment.