Remove optional from json-simple managed dependency

Update `spring-boot-dependencies` so that `json-simple` does not include
an `<option>true</optional>` element.

Fixes gh-6450
This commit is contained in:
Phillip Webb 2016-07-25 10:15:19 -07:00
parent 8e22f47916
commit e8bedacc91
1 changed files with 0 additions and 1 deletions

View File

@ -620,7 +620,6 @@
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>${simple-json.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.h2database</groupId>