Remove dependecies on bgpcep concepts/util
[controller.git] / opendaylight / md-sal / sal-netconf-connector / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     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.0-SNAPSHOT</version>
8     </parent>
9     <properties>
10         <netconf.version>0.2.3-SNAPSHOT</netconf.version>
11     </properties>
12     <artifactId>sal-netconf-connector</artifactId>
13     <scm>
14         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
15         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
16         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
17     </scm>
18
19     <dependencies>
20         <dependency>
21             <groupId>${project.groupId}</groupId>
22             <artifactId>sal-connector-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>sal-common-util</artifactId>
27             <version>1.0-SNAPSHOT</version>
28         </dependency>
29         <dependency>
30             <groupId>org.eclipse.xtend</groupId>
31             <artifactId>org.eclipse.xtend.lib</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.controller</groupId>
35             <artifactId>netty-threadgroup-config</artifactId>
36             <version>0.2.3-SNAPSHOT</version>
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.yangtools</groupId>
45             <artifactId>yang-data-impl</artifactId>
46             <version>0.5.9-SNAPSHOT</version>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.controller</groupId>
50             <artifactId>sal-broker-impl</artifactId>
51             <version>1.0-SNAPSHOT</version>
52             <scope>test</scope>
53             <type>jar</type>
54         </dependency>
55         <dependency>
56             <groupId>junit</groupId>
57             <artifactId>junit</artifactId>
58             <scope>test</scope>
59         </dependency>
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>yang-test</artifactId>
63             <version>${netconf.version}</version>
64             <scope>test</scope>
65         </dependency>
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>config-api</artifactId>
69             <version>${netconf.version}</version>
70             <scope>provided</scope>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>config-util</artifactId>
75             <version>${netconf.version}</version>
76             <scope>test</scope>
77         </dependency>
78         <dependency>
79             <groupId>${project.groupId}</groupId>
80             <artifactId>yang-store-api</artifactId>
81             <version>${netconf.version}</version>
82             <scope>test</scope>
83         </dependency>
84         <dependency>
85             <groupId>${project.groupId}</groupId>
86             <artifactId>netconf-client</artifactId>
87             <version>${netconf.version}</version>
88         </dependency>
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>config-netconf-connector</artifactId>
92             <scope>test</scope>
93             <version>${netconf.version}</version>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>config-manager</artifactId>
98             <scope>test</scope>
99             <version>${netconf.version}</version>
100         </dependency>
101         <dependency>
102             <groupId>${project.groupId}</groupId>
103             <artifactId>config-persister-impl</artifactId>
104             <scope>test</scope>
105             <version>${netconf.version}</version>
106         </dependency>
107         <dependency>
108             <groupId>${project.groupId}</groupId>
109             <artifactId>config-manager</artifactId>
110             <scope>test</scope>
111             <type>test-jar</type>
112             <version>${netconf.version}</version>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>netconf-impl</artifactId>
117             <scope>test</scope>
118             <version>${netconf.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>netconf-mapping-api</artifactId>
123             <scope>test</scope>
124             <version>${netconf.version}</version>
125         </dependency>
126         <dependency>
127             <groupId>${project.groupId}</groupId>
128             <artifactId>netconf-util</artifactId>
129             <scope>test</scope>
130             <type>test-jar</type>
131             <version>${netconf.version}</version>
132         </dependency>
133         <dependency>
134             <groupId>${project.groupId}</groupId>
135             <artifactId>yang-store-impl</artifactId>
136             <scope>test</scope>
137             <version>${netconf.version}</version>
138         </dependency>
139         <dependency>
140             <groupId>${project.groupId}</groupId>
141             <artifactId>yang-store-impl</artifactId>
142             <scope>test</scope>
143             <type>test-jar</type>
144             <version>${netconf.version}</version>
145         </dependency>
146         <dependency>
147             <groupId>org.opendaylight.controller</groupId>
148             <artifactId>logback-config</artifactId>
149             <scope>test</scope>
150             <version>${netconf.version}</version>
151         </dependency>
152         <dependency>
153             <groupId>org.mockito</groupId>
154             <artifactId>mockito-all</artifactId>
155             <scope>test</scope>
156         </dependency>
157         <dependency>
158             <groupId>org.slf4j</groupId>
159             <artifactId>slf4j-api</artifactId>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.controller</groupId>
163             <artifactId>sal-binding-broker-impl</artifactId>
164             <version>1.0-SNAPSHOT</version>
165             <scope>test</scope>
166         </dependency>
167         <dependency>
168            <groupId>org.opendaylight.controller</groupId>
169            <artifactId>sal-binding-broker-impl</artifactId>
170            <version>1.0-SNAPSHOT</version>
171            <type>test-jar</type>
172            <scope>test</scope>
173         </dependency>
174         <dependency>
175         <groupId>org.opendaylight.controller</groupId>
176         <artifactId>ietf-netconf-monitoring</artifactId>
177         <version>0.2.3-SNAPSHOT</version>
178         </dependency>
179         <dependency>
180             <groupId>org.opendaylight.yangtools.model</groupId>
181             <artifactId>ietf-inet-types</artifactId>
182             <version>2010.09.24.2-SNAPSHOT</version>
183         </dependency>
184         <dependency>
185             <groupId>org.opendaylight.controller</groupId>
186             <artifactId>threadpool-config-api</artifactId>
187             <version>0.2.3-SNAPSHOT</version>
188         </dependency>
189         <dependency>
190             <groupId>org.opendaylight.controller</groupId>
191             <artifactId>netty-config-api</artifactId>
192             <version>0.2.3-SNAPSHOT</version>
193         </dependency>
194     </dependencies>
195
196     <packaging>bundle</packaging>
197
198     <build>
199         <plugins>
200             <plugin>
201                 <groupId>org.apache.felix</groupId>
202                 <artifactId>maven-bundle-plugin</artifactId>
203             </plugin>
204             <plugin>
205                 <groupId>org.opendaylight.yangtools</groupId>
206                 <artifactId>yang-maven-plugin</artifactId>
207                 <version>0.5.9-SNAPSHOT</version>
208                 <executions>
209                     <execution>
210                         <goals>
211                             <goal>generate-sources</goal>
212                         </goals>
213                         <configuration>
214                             <codeGenerators>
215                                 <generator>
216                                     <codeGeneratorClass>
217                                         org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
218                                     </codeGeneratorClass>
219                                     <outputBaseDir>${project.build.directory}/generated-sources/config</outputBaseDir>
220                                     <additionalConfiguration>
221                                         <namespaceToPackage1>
222                                             urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang
223                                         </namespaceToPackage1>
224                                     </additionalConfiguration>
225                                 </generator>
226                                 <generator>
227                                     <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
228                                     <outputBaseDir>target/site/models</outputBaseDir>
229                                 </generator>
230                             </codeGenerators>
231                             <inspectDependencies>true</inspectDependencies>
232                         </configuration>
233                     </execution>
234                 </executions>
235                 <dependencies>
236                     <dependency>
237                         <groupId>org.opendaylight.controller</groupId>
238                         <artifactId>yang-jmx-generator-plugin</artifactId>
239                         <version>0.2.3-SNAPSHOT</version>
240                     </dependency>
241                     <dependency>
242                         <groupId>org.opendaylight.yangtools</groupId>
243                         <artifactId>maven-sal-api-gen-plugin</artifactId>
244                         <version>0.6.0-SNAPSHOT</version>
245                         <type>jar</type>
246                     </dependency>
247                 </dependencies>
248             </plugin>
249             <plugin>
250                 <groupId>org.codehaus.mojo</groupId>
251                 <artifactId>build-helper-maven-plugin</artifactId>
252                 <version>1.8</version>
253                 <executions>
254                     <execution>
255                         <id>add-source</id>
256                         <phase>generate-sources</phase>
257                         <goals>
258                             <goal>add-source</goal>
259                         </goals>
260                         <configuration>
261                             <sources>
262                                 <source>${project.build.directory}/generated-sources/config</source>
263                             </sources>
264                         </configuration>
265                     </execution>
266                 </executions>
267             </plugin>
268
269             <plugin>
270                 <groupId>org.eclipse.xtend</groupId>
271                 <artifactId>xtend-maven-plugin</artifactId>
272             </plugin>
273         </plugins>
274     </build>
275 </project>