diff options
author | rb7147 <rb7147@att.com> | 2017-11-01 11:34:35 -0400 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-11-02 09:50:47 -0400 |
commit | 32020669cd7d5197feac51bb752f07042eb47de1 (patch) | |
tree | 7467f1a4b8a6af78bd26ccbdc674360e8d7fb0e8 /PolicyEngineUtils/pom.xml | |
parent | deb35bccd7b0d360668f393fe5b45b735b7956b2 (diff) |
Updated the External Dependencies Version
Resolved the Blocker issue and removed snapshot version
Issue-ID: POLICY-406
Change-Id: I1ca4b32aca571610a3d50ae8a105fb45803fd002
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'PolicyEngineUtils/pom.xml')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index df846eec7..c40e24a80 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -30,17 +30,17 @@ <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>integrity-monitor</artifactId> - <version>${common-modules.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>integrity-audit</artifactId> - <version>${common-modules.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>ONAP-Logging</artifactId> - <version>${common-modules.version}</version> + <version>${project.version}</version> <exclusions> <exclusion> <groupId>org.powermock</groupId> |