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>
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index b638faf..a30b44a 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -44,7 +44,7 @@
<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>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>integrity-monitor</artifactId>
- <version>${common-modules.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>