diff options
author | Rob Daugherty <rd472p@att.com> | 2018-09-10 15:26:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-10 15:26:31 +0000 |
commit | c5caaf624bb44713c4daa8d68befa67ee28573f4 (patch) | |
tree | 09e8c8614b2e8ecb4891701d07fd084620656a6b /bpmn/MSOCommonBPMN | |
parent | 54bff33ffe1318f0ed72f19041546b4dc3a679cb (diff) | |
parent | dfdb5a1d8cff4327a88220dfcc7f8df31814bf65 (diff) |
Merge "sparate beans and repositories"
Diffstat (limited to 'bpmn/MSOCommonBPMN')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 532c062ea7..c993071969 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -254,8 +254,7 @@ </dependency> <dependency> <groupId>org.onap.so</groupId> - <artifactId>mso-requests-db</artifactId> - <classifier>client</classifier> + <artifactId>mso-requests-db</artifactId> <version>${project.version}</version> </dependency> <dependency> |