JVM env: Add XML dependency (#1512)

This commit is contained in:
Sahil Lakhwani
2020-01-29 16:40:30 +08:00
committed by GitHub
parent eec35b285e
commit fed5fd4c5e
+4
View File
@@ -24,6 +24,10 @@
<artifactId>fission-java-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
</dependencies>
<build>