aboutsummaryrefslogtreecommitdiffstats
path: root/LogParser
diff options
context:
space:
mode:
authorrb7147 <rb7147@att.com>2017-11-01 11:34:35 -0400
committerrb7147 <rb7147@att.com>2017-11-02 09:50:47 -0400
commit32020669cd7d5197feac51bb752f07042eb47de1 (patch)
tree7467f1a4b8a6af78bd26ccbdc674360e8d7fb0e8 /LogParser
parentdeb35bccd7b0d360668f393fe5b45b735b7956b2 (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 'LogParser')
-rw-r--r--LogParser/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index b638faf21..a30b44a23 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>