diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-04-27 16:45:50 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-04-27 16:45:56 +0100 |
commit | 5fa88515bf3039903225721dbd88540d92e6a525 (patch) | |
tree | e37336f17ab8feece25b335f4e8d314f2c868616 /models-interactions/model-impl/cds/pom.xml | |
parent | 69485b3bf6c8a25cbefdbc6c480d8be1683f4c2c (diff) |
Remove provided scope for endpoints in model-impl/cds
Change-Id: Ic3571df8ed874267fb803d1f384ec5cb02fb80bb
Issue-ID: POLICY-2524
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'models-interactions/model-impl/cds/pom.xml')
-rw-r--r-- | models-interactions/model-impl/cds/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 743d1711b..b4ceb93c2 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -106,7 +106,6 @@ <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${policy.common.version}</version> - <scope>provided</scope> </dependency> <!-- junit dependencies --> |