Polish "Add TestNG support in TestTypeExcludeFilter"

See gh-7630
This commit is contained in:
Andy Wilkinson
2019-02-12 15:26:04 +00:00
parent b005008cac
commit c04eba7ebc
4 changed files with 12 additions and 17 deletions

View File

@@ -182,7 +182,6 @@
<statsd-client.version>3.1.0</statsd-client.version>
<sun-mail.version>${javax-mail.version}</sun-mail.version>
<saaj-impl.version>1.5.0</saaj-impl.version>
<testng.version>6.10</testng.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
<thymeleaf-extras-springsecurity.version>3.0.4.RELEASE</thymeleaf-extras-springsecurity.version>
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
@@ -2966,11 +2965,6 @@
<artifactId>nio-multipart-parser</artifactId>
<version>${nio-multipart-parser.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>