Merge "Update vCPE example for A&AI custom query"
[policy/apex-pdp.git] / examples / pom.xml
index a8dca24..db2f340 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.apex-pdp</groupId>
         <artifactId>apex-pdp</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.policy.apex-pdp.examples</groupId>
@@ -32,7 +32,6 @@
     <name>${project.artifactId}</name>
     <description>Specific source code and other artifacts for Apex example applications.</description>
 
-
     <modules>
         <module>examples-myfirstpolicy</module>
         <module>examples-aadm</module>
         <module>examples-decisionmaker</module>
         <module>examples-periodic</module>
         <module>examples-onap-vcpe</module>
+        <module>examples-onap-bbs</module>
         <module>examples-servlet</module>
     </modules>
 
+    <dependencies>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
     <profiles>
         <profile>
             <id>apexSite</id>