json-simple在spring-boot-dependencies下标记为可选 - 有意吗?

时间:2016-07-24 18:09:51

标签: spring-boot

在所有spring-boot-dependencies版本

json-simple是唯一一个可选设置为true的。这是故意的吗?

即将推出的maven 3.4将尊重此设置并将打破一些现有版本

<dependency>
    <groupId>com.googlecode.json-simple</groupId>
    <artifactId>json-simple</artifactId>
    <version>${simple-json.version}</version>
    <optional>true</optional>
</dependency>

详情讨论在http://maven.40175.n5.nabble.com/Re-Preleminary-Maven-3-4-0-SNAPSHOT-Testing-Take-3-td5876004.html

1 个答案:

答案 0 :(得分:2)

spring-boot-dependencies中不应将其标记为可选。我打开an issue以便我们可以修复bom。感谢您引起我们的注意。