Polish "Exclude JUnit from json-simple"

Closes gh-13438
This commit is contained in:
Stephane Nicoll 2018-06-14 08:33:28 +02:00
parent e9aa6dd29f
commit 6e5ae0c71d

View File

@ -649,7 +649,6 @@
<artifactId>json-simple</artifactId>
<version>${simple-json.version}</version>
<exclusions>
<!-- Remove compile time dependency on junit, see https://github.com/fangyidong/json-simple/issues/91 -->
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>