Migrate to odlparent 1.8.0-Carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-faas / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>1.8.0-Carbon</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-faas</artifactId>
15     <version>0.6.0-SNAPSHOT</version>
16     <packaging>feature</packaging>
17     <!--
18         The FAAS renderer.
19
20         This renderer maps GBP service model to the common abstraction logical network models
21         of the Fabric As A Service (FAAS). In turns, FAAS maps those abstraction
22         models to the physical networks.
23     -->
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25        build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
27
28     <properties>
29         <faas.version>1.3.0-SNAPSHOT</faas.version>
30         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
31     </properties>
32
33     <dependencyManagement>
34         <dependencies>
35             <!-- ODL-GBP-ARTIFACTS -->
36             <dependency>
37                 <groupId>${project.groupId}</groupId>
38                 <artifactId>groupbasedpolicy-artifacts</artifactId>
39                 <version>${project.version}</version>
40                 <type>pom</type>
41                 <scope>import</scope>
42             </dependency>
43         </dependencies>
44     </dependencyManagement>
45
46     <dependencies>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>faas-renderer</artifactId>
50         </dependency>
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>odl-groupbasedpolicy-base</artifactId>
54             <type>xml</type>
55             <classifier>features</classifier>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.faas</groupId>
59             <artifactId>odl-faas-uln-mapper</artifactId>
60             <version>${faas.version}</version>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64     </dependencies>
65 </project>