Fix the stage builds
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 04ab4cb..bc42a54 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>sdc-tosca</artifactId>
                        <version>1.5.1</version>
                </dependency>
+               <dependency>
+                       <groupId>org.yaml</groupId>
+                       <artifactId>snakeyaml</artifactId>
+                       <version>1.26</version>
+               </dependency>
                <!-- TESTING -->
                <dependency>
                        <groupId>org.assertj</groupId>
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
+                                                       <skip>true</skip>
                                                        <workingDirectory>${project.build.directory}/${ui.react.lib.src}</workingDirectory>
                                                        <arguments>publish</arguments>
                                                </configuration>