diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-08 16:44:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-08 16:44:20 +0000 |
commit | f0c649b1df8323e8d7dd196fcee00d8b636e33b2 (patch) | |
tree | d8be35e1a6c5b0d8e33160a263201252e959fb11 /mso-api-handlers/mso-api-handler-common/pom.xml | |
parent | 86c09b9e23e7f41019eb4b70a0f95e6f7dbeb7bb (diff) | |
parent | ecea1e9e8d4d2a794c68d35e100b9315f0ce95c8 (diff) |
Merge "Do not overwrite requestId"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-common/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index d35db00478..7adb7d1131 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -38,6 +38,12 @@ </dependencies> </dependencyManagement> <dependencies> + <!-- Dependencies on other MSO Projects --> + <dependency> + <groupId>org.onap.so</groupId> + <artifactId>mso-requests-db</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> |