We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca9c1c + c77129b commit bccb2c8Copy full SHA for bccb2c8
1 file changed
pom.xml
@@ -196,7 +196,7 @@
196
<dependency>
197
<groupId>org.testng</groupId>
198
<artifactId>testng</artifactId>
199
- <version>6.8</version>
+ <version>${testng.version}</version>
200
<scope>test</scope>
201
</dependency>
202
</dependencies>
@@ -472,5 +472,23 @@
472
</plugins>
473
</build>
474
</profile>
475
+ <profile>
476
+ <id>jdk8-only</id>
477
+ <activation>
478
+ <jdk>(,11)</jdk>
479
+ </activation>
480
+ <properties>
481
+ <testng.version>7.5</testng.version>
482
+ </properties>
483
+ </profile>
484
485
+ <id>jdk11+</id>
486
487
+ <jdk>[11,)</jdk>
488
489
490
+ <testng.version>7.9.0</testng.version>
491
492
493
</profiles>
494
</project>
0 commit comments