Set all cross references of policy/xacml-pdp
[policy/xacml-pdp.git] / applications / native / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.onap.policy.xacml-pdp.applications</groupId>
6         <artifactId>applications</artifactId>
7         <version>3.1.3-SNAPSHOT</version>
8     </parent>
9
10     <artifactId>xacml-native</artifactId>
11
12     <name>${project.artifactId}</name>
13     <description>This modules contains the xacml application that evaluates native policies and requests.</description>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.onap.policy.xacml-pdp.applications</groupId>
18             <artifactId>common</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>org.onap.policy.xacml-pdp</groupId>
23             <artifactId>xacml-test</artifactId>
24             <version>${project.version}</version>
25             <scope>test</scope>
26         </dependency>
27     </dependencies>
28
29 </project>