Clean up pom.xml and fix CLM
[policy/engine.git] / ONAP-PDP-REST / pom.xml
index 34109c6..ad7c70c 100644 (file)
                </plugins>
        </build>
        <dependencies>
+               <dependency>
+                       <groupId>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.onap.policy.engine</groupId>
                        <artifactId>ONAP-PDP</artifactId>
                <dependency>
                        <groupId>io.springfox</groupId>
                        <artifactId>springfox-swagger-ui</artifactId>
-                       <version>2.5.0</version>
+                       <version>2.7.0</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.policy.engine</groupId>