Release 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3   <parent>
4     <groupId>org.onap.policy.xacml-pdp.applications</groupId>
5     <artifactId>applications</artifactId>
6     <version>2.8.0</version>
7   </parent>
8
9   <artifactId>xacml-native</artifactId>
10
11   <name>${project.artifactId}</name>
12   <description>This modules contains the xacml application that evaluates native policies and requests.</description>
13
14   <dependencies>
15       <dependency>
16           <groupId>org.onap.policy.xacml-pdp.applications</groupId>
17           <artifactId>common</artifactId>
18           <version>${project.version}</version>
19       </dependency>
20       <dependency>
21           <groupId>org.onap.policy.xacml-pdp</groupId>
22           <artifactId>xacml-test</artifactId>
23           <version>${project.version}</version>
24           <scope>test</scope>
25       </dependency>
26   </dependencies>
27
28 </project>