aboutsummaryrefslogtreecommitdiffstats
path: root/applications/pom.xml
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2020-02-28 14:45:48 -0500
committerChenfei Gao <cgao@research.att.com>2020-02-28 14:45:55 -0500
commitbdef9f5dfd8c95eff86e710ef94c1fab4e652854 (patch)
treebcc7327976e890e3fec352a4dbf8d1f150e98bda /applications/pom.xml
parentfcd767926048397607d9e0f0288f2a0982f6bbcc (diff)
Build XACML PDP support for native xacml policy type
Added a new native application to the service loader framework Added a new translator for the native application Added custom serialization providers for xacml+json and xacml+xml Added a new endpoint for native xacml decision api Added a new api provider function to handle the native xacml api calls Added corresponding junit tests Issue-ID: POLICY-2182 Change-Id: I30fa4637612c324d543f9952386cf1a27a52d76c Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'applications/pom.xml')
-rw-r--r--applications/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/pom.xml b/applications/pom.xml
index c1af6b86..d6deba6f 100644
--- a/applications/pom.xml
+++ b/applications/pom.xml
@@ -41,6 +41,7 @@
<module>guard</module>
<module>optimization</module>
<module>naming</module>
+ <module>native</module>
</modules>