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-12 15:17:22 +0000 |
commit | 7da13422e12dead035c91dba5ca7c424fcf7f50e (patch) | |
tree | 4e3500d830a7c5d6c95622ff02cadb51ac6eda0f | |
parent | e24455be92013671d78cdc95deadaaa18ab8e708 (diff) |
Upgrade xacml engine to 3.1.0jakarta
Issue-ID: POLICY-4275
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia1422e168465dbb9dca1961e7d0f5371ea619f62
(cherry picked from commit e233b1bf56718760659045ab50bd1dd822638441)
-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 95770c40..61de2994 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> |