summaryrefslogtreecommitdiffstats
path: root/LogParser/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-11-02 15:36:01 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-02 15:36:01 +0000
commitbdbde2a9d168665d9210d6e9fe9987f3c89f5374 (patch)
tree9fd85646ba69bce8d57caf83b88083f6b79b845a /LogParser/pom.xml
parentace557a95b46f994554bac3447136c022bfecab2 (diff)
parent32020669cd7d5197feac51bb752f07042eb47de1 (diff)
Merge "Updated the External Dependencies Version"
Diffstat (limited to 'LogParser/pom.xml')
-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>