Fix for h2 missing from testing
[policy/engine.git] / ONAP-REST / pom.xml
index ef8c76e..71bf6d8 100644 (file)
        <packaging>jar</packaging>
 
        <dependencies>
+               <dependency>
+                       <groupId>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.onap.policy.engine</groupId>
                        <version>${project.version}</version>