Commit e9aa6dd2 authored by Vivien Tintillier's avatar Vivien Tintillier Committed by Stephane Nicoll

Exclude JUnit from json-simple

See gh-13438
parent 625f428a
......@@ -648,6 +648,13 @@
<groupId>com.googlecode.json-simple</groupId>
<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>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
......
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