aboutsummaryrefslogtreecommitdiffstats
path: root/applications/common/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-19 19:58:13 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-20 10:01:13 -0400
commit3ec22673e335793e54314e640fa95315554bcb8f (patch)
tree8cddaf9f5b27b17da74d80c6711837e6892d9ff8 /applications/common/pom.xml
parent3008ca45fb70a4694ba6b9ff69f278ab9484f3e3 (diff)
use shutdown to clear handle leak
The XACML github was released with a new method to allow context factories and PIP engines to release any handles before releasing the PDP engine. This review includes that artifact and adds tests to support it. In addition, added more tests to get code coverage over 90% for both PIPs in ONAP. Some cleanup in the Matchable types based on last review. Issue-ID: POLICY-2242 Change-Id: I312f06380ff4d2e16bcfd25b6d1f36ce5dd030e6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r--applications/common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml
index 5a359e67..7d559cc2 100644
--- a/applications/common/pom.xml
+++ b/applications/common/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml-pdp</artifactId>
- <version>2.1.0</version>
+ <version>2.2.0</version>
</dependency>
</dependencies>
</project>