ATLAS-4507 : Atlas - Upgrade testng to 7.0.0
Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
This commit is contained in:
parent
35627e5b19
commit
8e5dbabd1b
|
|
@ -42,7 +42,7 @@ under the License. -->
|
|||
<dependency>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
<version>6.9.4</version>
|
||||
<version>7.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -770,7 +770,7 @@
|
|||
<storm.version>2.3.0</storm.version>
|
||||
<surefire.forkCount>2C</surefire.forkCount>
|
||||
<surefire.version>3.0.0-M5</surefire.version>
|
||||
<testng.version>6.9.4</testng.version>
|
||||
<testng.version>7.0.0</testng.version>
|
||||
<tinkerpop.version>3.5.1</tinkerpop.version>
|
||||
<woodstox-core.version>5.0.3</woodstox-core.version>
|
||||
<zookeeper.version>3.5.7</zookeeper.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue