diff options
author | 2017-11-02 15:36:01 +0000 | |
---|---|---|
committer | 2017-11-02 15:36:01 +0000 | |
commit | bdbde2a9d168665d9210d6e9fe9987f3c89f5374 (patch) | |
tree | 9fd85646ba69bce8d57caf83b88083f6b79b845a /LogParser | |
parent | ace557a95b46f994554bac3447136c022bfecab2 (diff) | |
parent | 32020669cd7d5197feac51bb752f07042eb47de1 (diff) |
Merge "Updated the External Dependencies Version"
Diffstat (limited to 'LogParser')
-rw-r--r-- | LogParser/pom.xml | 4 |
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> |