Commit 6e5ae0c7 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Exclude JUnit from json-simple"

Closes gh-13438
parent e9aa6dd2
...@@ -649,7 +649,6 @@ ...@@ -649,7 +649,6 @@
<artifactId>json-simple</artifactId> <artifactId>json-simple</artifactId>
<version>${simple-json.version}</version> <version>${simple-json.version}</version>
<exclusions> <exclusions>
<!-- Remove compile time dependency on junit, see https://github.com/fangyidong/json-simple/issues/91 -->
<exclusion> <exclusion>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment