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 /ONAP-PAP-REST | |
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 'ONAP-PAP-REST')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index d2d84db3d..56ffdb23a 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -108,7 +108,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> @@ -220,7 +220,7 @@ <dependency> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>policy-yaml</artifactId> - <version>${common-modules.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.mockrunner</groupId> |