diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-16 13:32:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-16 13:32:48 +0000 |
commit | ad9e9c590b5aadbd5f95fb6f93718f7922762cf1 (patch) | |
tree | 514aa3ccc88c6b4fea236e57450ff2d2f8d56b8c /model/pom.xml | |
parent | 00ee73f723560c825818eab41a4d3db9785627d4 (diff) | |
parent | 3cb682fa71a1749fb99a47d7c8ede2b8984e2c07 (diff) |
Merge "Fix Security and Unit Test DB issues"
Diffstat (limited to 'model/pom.xml')
-rw-r--r-- | model/pom.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/model/pom.xml b/model/pom.xml index 187a043da..2ff6aa110 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -32,15 +32,6 @@ <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> @@ -51,6 +42,14 @@ <module>model-api</module> </modules> + <dependencies> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + <profiles> <profile> <id>apexSite</id> |