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 /BRMSGateway/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 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 6bd955741..182495ead 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>integrity-monitor</artifactId> - <version>${common-modules.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.sonatype.nexus</groupId> |