Merge "Write first CompositeNode into Json"
[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>netconf-client</artifactId>
36             <version>${netconf.version}</version>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.yangtools</groupId>
40             <artifactId>yang-data-impl</artifactId>
41             <version>0.5.9-SNAPSHOT</version>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.controller</groupId>
45             <artifactId>sal-broker-impl</artifactId>
46             <version>1.0-SNAPSHOT</version>
47             <scope>test</scope>
48             <type>jar</type>
49         </dependency>
50         <dependency>
51             <groupId>junit</groupId>
52             <artifactId>junit</artifactId>
53             <scope>test</scope>
54         </dependency>
55         <dependency>
56             <groupId>${project.groupId}</groupId>
57             <artifactId>yang-test</artifactId>
58             <version>${netconf.version}</version>
59             <scope>test</scope>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>config-api</artifactId>
64             <version>${netconf.version}</version>
65             <scope>test</scope>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>config-util</artifactId>
70             <version>${netconf.version}</version>
71             <scope>test</scope>
72         </dependency>
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>yang-store-api</artifactId>
76             <version>${netconf.version}</version>
77             <scope>test</scope>
78         </dependency>
79         <dependency>
80             <groupId>${project.groupId}</groupId>
81             <artifactId>netconf-api</artifactId>
82             <version>${netconf.version}</version>
83             <scope>test</scope>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.bgpcep</groupId>
87             <artifactId>util</artifactId>
88             <scope>test</scope>
89             <version>0.3.0-SNAPSHOT</version>
90         </dependency>
91         <dependency>
92             <groupId>${project.groupId}</groupId>
93             <artifactId>netconf-client</artifactId>
94             <scope>test</scope>
95             <version>${netconf.version}</version>
96         </dependency>
97         <dependency>
98             <groupId>${project.groupId}</groupId>
99             <artifactId>config-netconf-connector</artifactId>
100             <scope>test</scope>
101             <version>${netconf.version}</version>
102         </dependency>
103         <dependency>
104             <groupId>${project.groupId}</groupId>
105             <artifactId>yang-test</artifactId>
106             <scope>test</scope>
107             <version>${netconf.version}</version>
108         </dependency>
109         <dependency>
110             <groupId>${project.groupId}</groupId>
111             <artifactId>config-manager</artifactId>
112             <scope>test</scope>
113             <version>${netconf.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>${project.groupId}</groupId>
117             <artifactId>config-persister-impl</artifactId>
118             <scope>test</scope>
119             <version>${netconf.version}</version>
120         </dependency>
121         <dependency>
122             <groupId>${project.groupId}</groupId>
123             <artifactId>config-manager</artifactId>
124             <scope>test</scope>
125             <type>test-jar</type>
126             <version>${netconf.version}</version>
127         </dependency>
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>netconf-impl</artifactId>
131             <scope>test</scope>
132             <version>${netconf.version}</version>
133         </dependency>
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>netconf-mapping-api</artifactId>
137             <scope>test</scope>
138             <version>${netconf.version}</version>
139         </dependency>
140         <dependency>
141             <groupId>${project.groupId}</groupId>
142             <artifactId>netconf-util</artifactId>
143             <scope>test</scope>
144             <type>test-jar</type>
145             <version>${netconf.version}</version>
146         </dependency>
147         <dependency>
148             <groupId>${project.groupId}</groupId>
149             <artifactId>yang-store-impl</artifactId>
150             <scope>test</scope>
151             <version>${netconf.version}</version>
152         </dependency>
153         <dependency>
154             <groupId>${project.groupId}</groupId>
155             <artifactId>yang-store-impl</artifactId>
156             <scope>test</scope>
157             <type>test-jar</type>
158             <version>${netconf.version}</version>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.controller</groupId>
162             <artifactId>logback-config</artifactId>
163             <scope>test</scope>
164             <version>${netconf.version}</version>
165         </dependency>
166         <dependency>
167             <groupId>org.mockito</groupId>
168             <artifactId>mockito-all</artifactId>
169             <scope>test</scope>
170         </dependency>
171         <dependency>
172             <groupId>org.slf4j</groupId>
173             <artifactId>slf4j-api</artifactId>
174         </dependency>
175     </dependencies>
176
177     <packaging>bundle</packaging>
178
179     <build>
180         <plugins>
181             <plugin>
182                 <groupId>org.apache.felix</groupId>
183                 <artifactId>maven-bundle-plugin</artifactId>
184                 <configuration>
185                     <instructions>
186                         <Bundle-Activator>org.opendaylight.controller.sal.connect.netconf.NetconfProvider</Bundle-Activator>
187                     </instructions>
188                 </configuration>
189             </plugin>
190         </plugins>
191     </build>
192 </project>