diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-05-25 11:55:45 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-05-25 16:25:25 +0100 |
commit | 6029d25f5f3ad43fe02ffe1a4beb1eda0a6ae5e3 (patch) | |
tree | 489296a005ced47a3a4acffc6ce64b65f5367d77 /model/pom.xml | |
parent | 5abd3063949496c231ed8d3013c2ab17fc9288bb (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.xml | 12 |
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 |