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