diff options
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 |