Bump to odlparent 3.1.0 and yangtools 2.0.3
[packetcable.git] / packetcable-policy-karaf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>karaf4-parent</artifactId>
7         <version>3.1.0</version>
8         <relativePath/>
9     </parent>
10     <artifactId>packetcable-policy-karaf</artifactId>
11     <groupId>org.opendaylight.packetcable</groupId>
12     <name>${project.artifactId}</name>
13     <version>1.8.0-SNAPSHOT</version>
14
15     <properties>
16         <karaf.localFeature>odl-packetcable-policy-server-all</karaf.localFeature>
17     </properties>
18     <dependencies>
19         <dependency>
20             <groupId>org.apache.karaf.features</groupId>
21             <artifactId>framework</artifactId>
22             <type>kar</type>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.packetcable</groupId>
26             <artifactId>features4-packetcable-policy</artifactId>
27             <classifier>features</classifier>
28             <version>${project.version}</version>
29             <type>xml</type>
30             <scope>runtime</scope>
31         </dependency>
32     </dependencies>
33     <build>
34         <plugins>
35             <plugin>
36                 <groupId>org.apache.maven.plugins</groupId>
37                 <artifactId>maven-deploy-plugin</artifactId>
38                 <configuration>
39                     <skip>true</skip>
40                 </configuration>
41             </plugin>
42             <plugin>
43                 <groupId>org.apache.maven.plugins</groupId>
44                 <artifactId>maven-install-plugin</artifactId>
45                 <configuration>
46                     <skip>true</skip>
47                 </configuration>
48             </plugin>
49         </plugins>
50     </build>
51 </project>