Merge "Fix the readthedocs"
[so.git] / adapters / mso-openstack-adapters / pom.xml
index 47b65a1..01c1df3 100644 (file)
                        <artifactId>spring-boot-starter-test</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-databind</artifactId>
+               </dependency>
                <dependency>
                <groupId>janino</groupId>
                <artifactId>janino</artifactId>
                        <version>1.2.4.RELEASE</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.flywaydb</groupId>
+                       <artifactId>flyway-core</artifactId>
+               </dependency>
        </dependencies>
 </project>