CDS: Add stress test RPC to the cars model
[controller.git] / opendaylight / netconf / models / ietf-netconf-monitoring-extension / 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>netconf-models</artifactId>
7     <version>0.4.0-SNAPSHOT</version>
8   </parent>
9   <artifactId>ietf-netconf-monitoring-extension</artifactId>
10   <packaging>bundle</packaging>
11   <name>${project.artifactId}</name>
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>ietf-netconf-monitoring</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>org.slf4j</groupId>
24       <artifactId>slf4j-api</artifactId>
25     </dependency>
26   </dependencies>
27
28   <build>
29     <plugins>
30
31       <plugin>
32         <groupId>org.apache.felix</groupId>
33         <artifactId>maven-bundle-plugin</artifactId>
34         <configuration>
35           <instructions>
36             <Export-Package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210,</Export-Package>
37           </instructions>
38         </configuration>
39       </plugin>
40       <plugin>
41         <groupId>org.opendaylight.yangtools</groupId>
42         <artifactId>yang-maven-plugin</artifactId>
43       </plugin>
44     </plugins>
45   </build>
46 </project>