diff options
Diffstat (limited to 'BRMSGateway')
-rw-r--r-- | BRMSGateway/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 4c88768da..39e943be1 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -30,6 +30,11 @@ <description>This application will take in BRMS rules and acts as interface between PR and PDP XACML</description> <dependencies> <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineAPI</artifactId> <version>${project.version}</version> |