aboutsummaryrefslogtreecommitdiffstats
path: root/model/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-05-25 11:55:45 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-05-25 16:25:25 +0100
commit6029d25f5f3ad43fe02ffe1a4beb1eda0a6ae5e3 (patch)
tree489296a005ced47a3a4acffc6ce64b65f5367d77 /model/pom.xml
parent5abd3063949496c231ed8d3013c2ab17fc9288bb (diff)
Adding apex event-model module
- Adding apex event-model module - Fixing namespaces Change-Id: If37a1773000ca99eb5d97703fdeb5788ce55365c Issue-ID: POLICY-856 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'model/pom.xml')
-rw-r--r--model/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/model/pom.xml b/model/pom.xml
index 722a44276..5e6a52ad5 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -25,7 +25,7 @@
<artifactId>apex-pdp</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
-
+
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
<packaging>pom</packaging>
@@ -33,9 +33,19 @@
<name>${project.artifactId}</name>
<description>The model for Apex, it comtains definitions of all Apex concepts and also has handling for Apex models.</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>${version.derby}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<modules>
<module>utilities</module>
<module>basic-model</module>
<module>context-model</module>
+ <module>event-model</module>
</modules>
</project> \ No newline at end of file