diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-20 14:07:35 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-21 16:58:06 -0400 |
commit | f15f54b93718d7cefce2a81689662fc0f09e8958 (patch) | |
tree | d6d6fbbcbcfefbe7424a6aad04ecb98c5c883631 /models-interactions/model-actors/pom.xml | |
parent | 1755cdd3b3b44dce9369358cdc89f76a5bf848fe (diff) |
Added Xacml actor
Cloned the guard actor to use as a starting point for creating a more
generic actor for interacting with the xacml-pdp.
Also renamed various classes.
Issue-ID: POLICY-3501
Change-Id: I9bd0107845de41a349d56259e6cfa6a3180efa25
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-interactions/model-actors/pom.xml')
-rw-r--r-- | models-interactions/model-actors/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/models-interactions/model-actors/pom.xml b/models-interactions/model-actors/pom.xml index 09bc5bad2..2a9698472 100644 --- a/models-interactions/model-actors/pom.xml +++ b/models-interactions/model-actors/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -38,14 +38,15 @@ <module>actorServiceProvider</module> <module>actor.test</module> <module>actor.aai</module> - <module>actor.guard</module> + <module>actor.cds</module> <module>actor.appc</module> - <module>actor.vfc</module> - <module>actor.sdnc</module> <module>actor.appclcm</module> + <module>actor.guard</module> + <module>actor.sdnc</module> <module>actor.sdnr</module> <module>actor.so</module> - <module>actor.cds</module> + <module>actor.vfc</module> + <module>actor.xacml</module> </modules> <dependencies> <dependency> |