diff options
author | root <joss.armstrong@ericsson.com> | 2018-06-13 12:37:59 +0100 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-06-18 18:32:29 +0000 |
commit | 3a5484cadba6a7d33e7c85930c52541687fd2c92 (patch) | |
tree | abe76bb27a9f8f74ecf43448a6fd82d58a2aafa2 /appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml | |
parent | dda9213466af575725b3e0b734c1fe70b1e2944f (diff) |
Unit tests APPC-443
Unit test for request-handler
Change-Id: Ida894d4c9ba920a6b8b7e105caab7952bd3be420
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
Issue-ID: APPC-443
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index 00f0daa30..6bf2335de 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -79,6 +79,11 @@ </dependency> <dependency> <groupId>org.onap.appc</groupId> + <artifactId>appc-workflow-management-core</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.appc</groupId> <artifactId>appc-request-handler-api</artifactId> <version>${project.version}</version> </dependency> |