TMDM-13351 Fixed missing bundle org.yaml.snakeyaml [1.23.0,2.0.0) (#181)

This commit is contained in:
hbhong
2019-04-19 17:00:42 +08:00
committed by nrousseau
parent c0a1736fcc
commit 7117fe77d9

View File

@@ -350,6 +350,11 @@
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.23</version>
</dependency>
</dependencies>
</project>