diff options
author | Joseph Keenan <joseph.keenan@est.tech> | 2022-08-02 12:26:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-02 12:26:46 +0000 |
commit | 7a75eea4e388a04d8b67610ef53ed16db75489e6 (patch) | |
tree | 75664b32b00cb5df106ec58a15e4c3e0f337b8a3 /cps-ncmp-service/pom.xml | |
parent | b3c2b74c5a90750978a051cc9c8a6933f77e7948 (diff) | |
parent | 82a550f6b080cb50912d93f7b13ba0fc97a95470 (diff) |
Merge "Query CmHandles using CPS path"
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 93c265a7bf..d94c6d1dec 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2021-2022 Nordix Foundation Modifications Copyright (C) 2021 Pantheon.tech - Modifications Copyright (C) 2022 Bell Canada + Modifications Copyright (C) 2022 Bell Canada ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -46,6 +46,10 @@ <artifactId>cps-ncmp-events</artifactId> </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>cps-path-parser</artifactId> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> |