added generic fabric support to SO
[so.git] / adapters / mso-requests-db-adapter / pom.xml
index 955a4d8..6669895 100644 (file)
                        <artifactId>micrometer-registry-prometheus</artifactId>
                        <version>1.0.5</version>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.boot</groupId>
+                       <artifactId>spring-boot-starter-data-rest</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.onap.so</groupId>
                        <artifactId>cxf-logging</artifactId>
                        </plugins>
                </pluginManagement>
        </build>
-</project>
\ No newline at end of file
+</project>