Fix for h2 missing from testing
[policy/engine.git] / ONAP-PDP-REST / pom.xml
index 34109c6..bd08a0e 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>