Updated ZeroMQ implementation
[controller.git] / opendaylight / netconf / 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
5     <parent>
6         <groupId>org.opendaylight.controller</groupId>
7         <artifactId>commons.opendaylight</artifactId>
8         <version>1.4.1-SNAPSHOT</version>
9         <relativePath>../commons/opendaylight</relativePath>
10     </parent>
11
12     <version>0.2.2-SNAPSHOT</version>
13     <artifactId>netconf-subsystem</artifactId>
14     <packaging>pom</packaging>
15     <name>${project.artifactId}</name>
16     <prerequisites>
17         <maven>3.0.4</maven>
18     </prerequisites>
19
20
21     <modules>
22         <module>netconf-api</module>
23         <module>netconf-impl</module>
24         <module>config-netconf-connector</module>
25         <module>netconf-util</module>
26         <module>netconf-it</module>
27         <module>config-persister-impl</module>
28         <module>netconf-mapping-api</module>
29         <module>netconf-client</module>
30     </modules>
31
32     <properties>
33         <osgi.version>5.0.0</osgi.version>
34         <maven.bundle.version>2.3.7</maven.bundle.version>
35         <slf4j.version>1.7.2</slf4j.version>
36         <netconf.netty.version>4.0.10.Final</netconf.netty.version>
37     </properties>
38
39     <dependencies>
40         <dependency>
41             <groupId>junit</groupId>
42             <artifactId>junit</artifactId>
43             <scope>test</scope>
44         </dependency>
45         <dependency>
46             <groupId>ch.qos.logback</groupId>
47             <artifactId>logback-classic</artifactId>
48             <scope>test</scope>
49         </dependency>
50     </dependencies>
51
52     <dependencyManagement>
53         <dependencies>
54             <dependency>
55                 <groupId>org.osgi</groupId>
56                 <artifactId>org.osgi.core</artifactId>
57                 <version>${osgi.version}</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.bgpcep</groupId>
61                 <artifactId>mockito-configuration</artifactId>
62                 <version>${bgpcep.version}</version>
63                 <scope>test</scope>
64             </dependency>
65             <dependency>
66                 <groupId>${project.groupId}</groupId>
67                 <artifactId>config-api</artifactId>
68                 <version>${config.version}</version>
69             </dependency>
70             <dependency>
71                 <groupId>${project.groupId}</groupId>
72                 <artifactId>config-manager</artifactId>
73                 <version>${config.version}</version>
74             </dependency>
75             <dependency>
76                 <groupId>${project.groupId}</groupId>
77                 <artifactId>config-manager</artifactId>
78                 <version>${config.version}</version>
79                 <type>test-jar</type>
80             </dependency>
81             <dependency>
82                 <groupId>${project.groupId}</groupId>
83                 <artifactId>yang-jmx-generator</artifactId>
84                 <version>${config.version}</version>
85             </dependency>
86             <dependency>
87                 <groupId>${project.groupId}</groupId>
88                 <artifactId>config-util</artifactId>
89                 <version>${config.version}</version>
90             </dependency>
91             <dependency>
92                 <groupId>${project.groupId}</groupId>
93                 <artifactId>yang-store-api</artifactId>
94                 <version>${config.version}</version>
95             </dependency>
96             <dependency>
97                 <groupId>${project.groupId}</groupId>
98                 <artifactId>yang-store-impl</artifactId>
99                 <version>${config.version}</version>
100             </dependency>
101             <dependency>
102                 <groupId>${project.groupId}</groupId>
103                 <artifactId>yang-store-impl</artifactId>
104                 <version>${config.version}</version>
105                 <type>test-jar</type>
106             </dependency>
107             <dependency>
108                 <groupId>${project.groupId}</groupId>
109                 <artifactId>yang-test</artifactId>
110                 <version>${config.version}</version>
111             </dependency>
112             <dependency>
113                 <groupId>${project.groupId}</groupId>
114                 <artifactId>netconf-api</artifactId>
115                 <version>${netconf.version}</version>
116             </dependency>
117             <dependency>
118                 <groupId>${project.groupId}</groupId>
119                 <artifactId>netconf-util</artifactId>
120                 <version>${netconf.version}</version>
121             </dependency>
122             <dependency>
123                 <groupId>${project.groupId}</groupId>
124                 <artifactId>netconf-util</artifactId>
125                 <version>${netconf.version}</version>
126                 <type>test-jar</type>
127             </dependency>
128             <dependency>
129                 <groupId>${project.groupId}</groupId>
130                 <artifactId>netconf-mapping-api</artifactId>
131                 <version>${netconf.version}</version>
132             </dependency>
133             <dependency>
134                 <groupId>${project.groupId}</groupId>
135                 <artifactId>netconf-impl</artifactId>
136                 <version>${netconf.version}</version>
137             </dependency>
138             <dependency>
139                 <groupId>org.opendaylight.controller</groupId>
140                 <artifactId>config-persister-api</artifactId>
141                 <version>${config.version}</version>
142             </dependency>
143             <dependency>
144                 <groupId>org.opendaylight.controller</groupId>
145                 <artifactId>config-persister-file-adapter</artifactId>
146                 <version>${config.version}</version>
147             </dependency>
148             <dependency>
149                 <groupId>${project.groupId}</groupId>
150                 <artifactId>netconf-client</artifactId>
151                 <version>${netconf.version}</version>
152             </dependency>
153             <dependency>
154                 <groupId>xmlunit</groupId>
155                 <artifactId>xmlunit</artifactId>
156                 <version>1.4</version>
157             </dependency>
158             <dependency>
159                 <groupId>${project.groupId}</groupId>
160                 <artifactId>config-netconf-connector</artifactId>
161                 <version>${netconf.version}</version>
162             </dependency>
163             <dependency>
164                 <groupId>${project.groupId}</groupId>
165                 <artifactId>config-persister-impl</artifactId>
166                 <version>${netconf.version}</version>
167             </dependency>
168             <dependency>
169                 <groupId>org.opendaylight.controller</groupId>
170                 <artifactId>logback-config</artifactId>
171                 <version>${config.version}</version>
172             </dependency>
173         </dependencies>
174     </dependencyManagement>
175
176
177     <build>
178         <plugins>
179             <plugin>
180                 <groupId>org.apache.maven.plugins</groupId>
181                 <artifactId>maven-compiler-plugin</artifactId>
182             </plugin>
183         </plugins>
184         <pluginManagement>
185             <plugins>
186                 <plugin>
187                     <groupId>org.apache.felix</groupId>
188                     <artifactId>maven-bundle-plugin</artifactId>
189                     <version>${maven.bundle.version}</version>
190                     <extensions>true</extensions>
191                     <configuration>
192                         <instructions>
193                             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
194                         </instructions>
195                     </configuration>
196                 </plugin>
197             </plugins>
198
199         </pluginManagement>
200     </build>
201 </project>