aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-02-20 13:36:48 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-02-20 14:07:10 -0500
commitb2c2186295866511b3c989279599388aaacd0ba2 (patch)
tree0a5e76109a0f001cf7f3fe689138cd386a758b9a /BRMSGateway
parent61e228f56bc39ce291ed8dc7a3401bee7a47e95d (diff)
Fix for h2 missing from testing
First submit for re-organizing pom.xml dependencies. H2 is ONLY used for testing and should be loaded otherwise. We removed it from policy/common so that is affecting these test. Issue-ID: POLICY-626 Change-Id: Iba86e89f2cb26581b2b465091e829d6bdd66a37b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'BRMSGateway')
-rw-r--r--BRMSGateway/pom.xml5
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>