Policy 1707 Second commit
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index 1c0cb91..6a6db1a 100644 (file)
                        <artifactId>poi-ooxml</artifactId>
                        <version>3.15</version>
                </dependency>
+               <!-- https://mvnrepository.com/artifact/com.esotericsoftware.yamlbeans/yamlbeans -->
+               <dependency>
+                   <groupId>com.esotericsoftware.yamlbeans</groupId>
+                   <artifactId>yamlbeans</artifactId>
+                   <version>1.08</version>
+               </dependency>
+               <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
+               <dependency>
+                   <groupId>org.yaml</groupId>
+                   <artifactId>snakeyaml</artifactId>
+                   <version>1.16</version>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file