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 /examples/pom.xml | |
parent | 00ee73f723560c825818eab41a4d3db9785627d4 (diff) | |
parent | 3cb682fa71a1749fb99a47d7c8ede2b8984e2c07 (diff) |
Merge "Fix Security and Unit Test DB issues"
Diffstat (limited to 'examples/pom.xml')
-rw-r--r-- | examples/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml index a8dca24b2..acba94098 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -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> @@ -44,6 +43,14 @@ <module>examples-servlet</module> </modules> + <dependencies> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + <profiles> <profile> <id>apexSite</id> |