[fixbug]: optional 设置为true 表示该依赖是可选的 项目之间依赖不传递

This commit is contained in:
wangdz50 2023-03-01 18:53:26 +08:00
parent be5a5c411a
commit c7f17f0119

View File

@ -26,6 +26,7 @@
<groupId>com.drewnoakes</groupId> <groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId> <artifactId>metadata-extractor</artifactId>
<version>2.18.0</version> <version>2.18.0</version>
<optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>