11953ae181c3b5ed79cabfd41a4ae986cefc31b3
[controller.git] / opendaylight / config / shutdown-api / 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.controller</groupId>
6     <artifactId>config-plugin-parent</artifactId>
7     <version>0.5.0-SNAPSHOT</version>
8     <relativePath>../config-plugin-parent</relativePath>
9   </parent>
10   <artifactId>shutdown-api</artifactId>
11   <packaging>bundle</packaging>
12
13   <dependencies>
14     <dependency>
15       <groupId>com.google.guava</groupId>
16       <artifactId>guava</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.controller</groupId>
20       <artifactId>config-api</artifactId>
21     </dependency>
22   </dependencies>
23
24   <build>
25     <plugins>
26       <plugin>
27         <groupId>org.apache.felix</groupId>
28         <artifactId>maven-bundle-plugin</artifactId>
29       </plugin>
30       <plugin>
31         <groupId>org.opendaylight.yangtools</groupId>
32         <artifactId>yang-maven-plugin</artifactId>
33       </plugin>
34     </plugins>
35   </build>
36
37 </project>