Skip to content

Commit 3ee5042

Browse files
author
Stephane Landelle
committed
Upgrade testing 6.8.8, clean up exclusions
1 parent 984307d commit 3ee5042

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -433,18 +433,10 @@
433433
<version>${testng.version}</version>
434434
<scope>test</scope>
435435
<exclusions>
436-
<exclusion>
437-
<groupId>junit</groupId>
438-
<artifactId>junit</artifactId>
439-
</exclusion>
440436
<exclusion>
441437
<groupId>org.beanshell</groupId>
442438
<artifactId>bsh</artifactId>
443439
</exclusion>
444-
<exclusion>
445-
<groupId>org.yaml</groupId>
446-
<artifactId>snakeyaml</artifactId>
447-
</exclusion>
448440
</exclusions>
449441
</dependency>
450442
<dependency>
@@ -528,7 +520,7 @@
528520
<surefire.version>2.16</surefire.version>
529521
<logback.version>1.0.13</logback.version>
530522
<log4j.version>1.2.17</log4j.version>
531-
<testng.version>6.8.7</testng.version>
523+
<testng.version>6.8.8</testng.version>
532524
<jetty.version>9.0.5.v20130815</jetty.version>
533525
<tomcat.version>6.0.29</tomcat.version>
534526
<commons-io.version>2.4</commons-io.version>

0 commit comments

Comments
 (0)