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:54:48 +0000 |
commit | 5c09e50d8b1c9881b79e6bae5aec29cc12a75102 (patch) | |
tree | 7ab5de7291b8495dcf93de7aba401acda6caae7f | |
parent | b00f997d84ab56f9b04aa81971a553f5043899db (diff) |
Upgrade xacml engine to 3.1.0istanbul
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 2edca5f6..bdb299d2 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> |