diff options
author | Chenfei Gao <cgao@research.att.com> | 2020-03-05 14:18:34 -0500 |
---|---|---|
committer | Chenfei Gao <cgao@research.att.com> | 2020-03-05 14:38:40 -0500 |
commit | e89d4c2ab8033c9482965f0e2f811e059378d37d (patch) | |
tree | e9b1781fc25938b4e359f5883e2c3b51585d3e74 /applications/native/pom.xml | |
parent | 98a4573770c29c164c99b4fb0ac8ab533aaa29b0 (diff) |
Added xacml.properties to packages for native app
Issue-ID: POLICY-2182
Change-Id: Ife38e989aeda445c9fc2531bb92426f2d28bb818
Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'applications/native/pom.xml')
-rw-r--r-- | applications/native/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/native/pom.xml b/applications/native/pom.xml index f65a7d30..bd775081 100644 --- a/applications/native/pom.xml +++ b/applications/native/pom.xml @@ -10,7 +10,7 @@ <name>${project.artifactId}</name> <description>This modules contains the xacml application that evaluates native policies and requests.</description> - + <dependencies> <dependency> <groupId>org.onap.policy.xacml-pdp.applications</groupId> @@ -25,4 +25,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |