diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-09-06 12:24:29 -0500 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2022-09-13 12:55:18 +0000 |
commit | 1541550f49c6939523d63f44bac43df086f6567b (patch) | |
tree | 0153e1d3e7f46c4b936cff0cb7412325d4bb973e | |
parent | 281520d931c52bef43638ad71dbe7f8dfcd99562 (diff) |
Upgrade xacml engine to 3.1.0honolulu
Issue-ID: POLICY-4275
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia1422e168465dbb9dca1961e7d0f5371ea619f62
(cherry picked from commit e233b1bf56718760659045ab50bd1dd822638441)
(cherry picked from commit 7da13422e12dead035c91dba5ca7c424fcf7f50e)
-rw-r--r-- | applications/common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 3c630b59..8df59c9b 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>com.att.research.xacml</groupId> <artifactId>xacml-pdp</artifactId> - <version>3.0</version> + <version>3.1.0</version> </dependency> </dependencies> </project> |