BUG-704 Remove pax from netconf identity-ref test.
[controller.git] / opendaylight / md-sal / sal-netconf-connector / 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>sal-parent</artifactId>
7     <version>1.1-SNAPSHOT</version>
8   </parent>
9
10   <artifactId>sal-netconf-connector</artifactId>
11
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16
17       <groupId>${project.groupId}</groupId>
18       <artifactId>netconf-client</artifactId>
19       <version>${netconf.version}</version>
20     </dependency>
21     <dependency>
22       <groupId>${project.groupId}</groupId>
23       <artifactId>netconf-config-dispatcher</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>sal-common-util</artifactId>
28       <version>1.1-SNAPSHOT</version>
29     </dependency>
30     <dependency>
31       <groupId>${project.groupId}</groupId>
32       <artifactId>sal-connector-api</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.controller</groupId>
36       <artifactId>ietf-netconf-monitoring</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.controller</groupId>
40       <artifactId>netconf-client</artifactId>
41       <version>${netconf.version}</version>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>netty-config-api</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>org.opendaylight.controller</groupId>
49       <artifactId>netty-threadgroup-config</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>sal-binding-api</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.controller</groupId>
57       <artifactId>threadpool-config-api</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.controller.model</groupId>
61       <artifactId>model-inventory</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.yangtools</groupId>
65       <artifactId>yang-data-impl</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.yangtools</groupId>
69       <artifactId>yang-parser-impl</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.yangtools.model</groupId>
73       <artifactId>ietf-inet-types</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.slf4j</groupId>
77       <artifactId>slf4j-api</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>${project.groupId}</groupId>
81       <artifactId>config-api</artifactId>
82       <version>${netconf.version}</version>
83       <scope>provided</scope>
84     </dependency>
85     <dependency>
86       <groupId>${project.groupId}</groupId>
87       <artifactId>config-manager</artifactId>
88       <version>${netconf.version}</version>
89       <scope>test</scope>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>config-manager</artifactId>
94       <version>${netconf.version}</version>
95       <type>test-jar</type>
96       <scope>test</scope>
97     </dependency>
98     <dependency>
99       <groupId>${project.groupId}</groupId>
100       <artifactId>config-netconf-connector</artifactId>
101       <version>${netconf.version}</version>
102       <scope>test</scope>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>config-persister-impl</artifactId>
107       <version>${netconf.version}</version>
108       <scope>test</scope>
109     </dependency>
110     <dependency>
111       <groupId>${project.groupId}</groupId>
112       <artifactId>config-util</artifactId>
113       <version>${netconf.version}</version>
114       <scope>test</scope>
115     </dependency>
116     <dependency>
117       <groupId>${project.groupId}</groupId>
118       <artifactId>netconf-impl</artifactId>
119       <version>${netconf.version}</version>
120       <scope>test</scope>
121     </dependency>
122     <dependency>
123       <groupId>${project.groupId}</groupId>
124       <artifactId>netconf-mapping-api</artifactId>
125       <version>${netconf.version}</version>
126       <scope>test</scope>
127     </dependency>
128     <dependency>
129       <groupId>${project.groupId}</groupId>
130       <artifactId>netconf-util</artifactId>
131       <version>${netconf.version}</version>
132       <type>test-jar</type>
133       <scope>test</scope>
134     </dependency>
135     <dependency>
136       <groupId>${project.groupId}</groupId>
137       <artifactId>yang-test</artifactId>
138       <version>${netconf.version}</version>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>junit</groupId>
143       <artifactId>junit</artifactId>
144       <scope>test</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.mockito</groupId>
148       <artifactId>mockito-all</artifactId>
149       <scope>test</scope>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.controller</groupId>
153       <artifactId>logback-config</artifactId>
154       <scope>test</scope>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.controller</groupId>
158       <artifactId>sal-binding-broker-impl</artifactId>
159       <scope>test</scope>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.controller</groupId>
163       <artifactId>sal-binding-broker-impl</artifactId>
164       <type>test-jar</type>
165       <scope>test</scope>
166     </dependency>
167     <dependency>
168       <groupId>org.opendaylight.controller</groupId>
169       <artifactId>sal-broker-impl</artifactId>
170       <type>jar</type>
171       <scope>test</scope>
172     </dependency>
173   </dependencies>
174
175   <build>
176     <plugins>
177       <plugin>
178         <groupId>org.apache.felix</groupId>
179         <artifactId>maven-bundle-plugin</artifactId>
180         <configuration>
181           <instructions>
182             <Import-Package>*</Import-Package>
183           </instructions>
184         </configuration>
185       </plugin>
186
187       <plugin>
188         <groupId>org.opendaylight.yangtools</groupId>
189         <artifactId>yang-maven-plugin</artifactId>
190         <executions>
191           <execution>
192             <goals>
193               <goal>generate-sources</goal>
194             </goals>
195             <configuration>
196               <codeGenerators>
197                 <generator>
198                   <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
199                   <outputBaseDir>${salGeneratorPath}</outputBaseDir>
200                 </generator>
201                 <generator>
202                   <codeGeneratorClass>org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator</codeGeneratorClass>
203                   <outputBaseDir>${jmxGeneratorPath}</outputBaseDir>
204                   <additionalConfiguration>
205                     <namespaceToPackage1>urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang</namespaceToPackage1>
206                   </additionalConfiguration>
207                 </generator>
208                 <generator>
209                   <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
210                   <outputBaseDir>target/site/models</outputBaseDir>
211                 </generator>
212               </codeGenerators>
213               <inspectDependencies>true</inspectDependencies>
214             </configuration>
215           </execution>
216         </executions>
217       </plugin>
218     </plugins>
219   </build>
220   <scm>
221     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
222     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
223     <tag>HEAD</tag>
224     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
225   </scm>
226 </project>