diff options
author | jrh3 <jrh3@att.com> | 2019-07-08 13:16:46 -0400 |
---|---|---|
committer | jrh3 <jrh3@att.com> | 2019-07-08 15:32:51 -0400 |
commit | a94cf1efa1dc3b4bb5f0d5f6b3655e6ae282c343 (patch) | |
tree | 81a6ef78326ff4835a403e1a581d26386ec3febb /pom.xml | |
parent | cad7cff7dc945eefaf27815742461d6db6ab8eac (diff) |
Fix apex-pdp due to sonar changes in common
Fixed breakages due to changes made in policy/common to satisfy
sonar.
Issue-ID: POLICY-1791
Signed-off-by: jrh3 <jrh3@att.com>
Change-Id: I79ee847db2fc3c5af992af85b78ccaa587328463
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -45,7 +46,7 @@ <version.jersey>2.26</version.jersey> <version.hibernate>5.3.7.Final</version.hibernate> <version.policy.common>1.5.1-SNAPSHOT</version.policy.common> - <version.policy.models>2.1.0</version.policy.models> + <version.policy.models>2.1.1-SNAPSHOT</version.policy.models> <!-- sonar/jacoco overrides --> <!-- Overriding oparent default sonar/jacoco settings Combine all our reports into one file shared across sub-modules --> |