Merge "Added DELETE support for Bridge and Port resources"
[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>config-persister-impl</module>
27         <module>netconf-mapping-api</module>
28         <module>netconf-client</module>
29         <module>../../third-party/ganymed</module>
30     </modules>
31
32     <profiles>
33         <profile>
34            <id>integrationtests</id>
35            <activation>
36                <activeByDefault>false</activeByDefault>
37            </activation>
38             <modules>
39               <module>netconf-it</module>
40             </modules>
41         </profile>
42     </profiles>
43
44     <properties>
45         <osgi.version>5.0.0</osgi.version>
46         <maven.bundle.version>2.3.7</maven.bundle.version>
47         <slf4j.version>1.7.2</slf4j.version>
48         <netconf.netty.version>4.0.10.Final</netconf.netty.version>
49     </properties>
50
51     <dependencies>
52         <dependency>
53             <groupId>junit</groupId>
54             <artifactId>junit</artifactId>
55             <scope>test</scope>
56         </dependency>
57         <dependency>
58             <groupId>ch.qos.logback</groupId>
59             <artifactId>logback-classic</artifactId>
60             <scope>test</scope>
61         </dependency>
62     </dependencies>
63
64     <dependencyManagement>
65         <dependencies>
66             <dependency>
67                 <groupId>org.osgi</groupId>
68                 <artifactId>org.osgi.core</artifactId>
69                 <version>${osgi.version}</version>
70             </dependency>
71             <dependency>
72                 <groupId>org.opendaylight.bgpcep</groupId>
73                 <artifactId>mockito-configuration</artifactId>
74                 <version>${bgpcep.version}</version>
75                 <scope>test</scope>
76             </dependency>
77             <dependency>
78                 <groupId>${project.groupId}</groupId>
79                 <artifactId>config-api</artifactId>
80                 <version>${config.version}</version>
81             </dependency>
82             <dependency>
83                 <groupId>${project.groupId}</groupId>
84                 <artifactId>config-manager</artifactId>
85                 <version>${config.version}</version>
86             </dependency>
87             <dependency>
88                 <groupId>${project.groupId}</groupId>
89                 <artifactId>config-manager</artifactId>
90                 <version>${config.version}</version>
91                 <type>test-jar</type>
92             </dependency>
93             <dependency>
94                 <groupId>${project.groupId}</groupId>
95                 <artifactId>yang-jmx-generator</artifactId>
96                 <version>${config.version}</version>
97             </dependency>
98             <dependency>
99                 <groupId>${project.groupId}</groupId>
100                 <artifactId>config-util</artifactId>
101                 <version>${config.version}</version>
102             </dependency>
103             <dependency>
104                 <groupId>${project.groupId}</groupId>
105                 <artifactId>yang-store-api</artifactId>
106                 <version>${config.version}</version>
107             </dependency>
108             <dependency>
109                 <groupId>${project.groupId}</groupId>
110                 <artifactId>yang-store-impl</artifactId>
111                 <version>${config.version}</version>
112             </dependency>
113             <dependency>
114                 <groupId>${project.groupId}</groupId>
115                 <artifactId>yang-store-impl</artifactId>
116                 <version>${config.version}</version>
117                 <type>test-jar</type>
118             </dependency>
119             <dependency>
120                 <groupId>${project.groupId}</groupId>
121                 <artifactId>yang-test</artifactId>
122                 <version>${config.version}</version>
123             </dependency>
124             <dependency>
125                 <groupId>${project.groupId}</groupId>
126                 <artifactId>netconf-api</artifactId>
127                 <version>${netconf.version}</version>
128             </dependency>
129             <dependency>
130                 <groupId>${project.groupId}</groupId>
131                 <artifactId>netconf-util</artifactId>
132                 <version>${netconf.version}</version>
133             </dependency>
134             <dependency>
135                 <groupId>${project.groupId}</groupId>
136                 <artifactId>netconf-util</artifactId>
137                 <version>${netconf.version}</version>
138                 <type>test-jar</type>
139             </dependency>
140             <dependency>
141                 <groupId>${project.groupId}</groupId>
142                 <artifactId>netconf-mapping-api</artifactId>
143                 <version>${netconf.version}</version>
144             </dependency>
145             <dependency>
146                 <groupId>${project.groupId}</groupId>
147                 <artifactId>netconf-impl</artifactId>
148                 <version>${netconf.version}</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.controller</groupId>
152                 <artifactId>config-persister-api</artifactId>
153                 <version>${config.version}</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.controller</groupId>
157                 <artifactId>config-persister-file-adapter</artifactId>
158                 <version>${config.version}</version>
159             </dependency>
160             <dependency>
161                 <groupId>${project.groupId}</groupId>
162                 <artifactId>netconf-client</artifactId>
163                 <version>${netconf.version}</version>
164             </dependency>
165             <dependency>
166                 <groupId>xmlunit</groupId>
167                 <artifactId>xmlunit</artifactId>
168                 <version>1.4</version>
169             </dependency>
170             <dependency>
171                 <groupId>${project.groupId}</groupId>
172                 <artifactId>config-netconf-connector</artifactId>
173                 <version>${netconf.version}</version>
174             </dependency>
175             <dependency>
176                 <groupId>${project.groupId}</groupId>
177                 <artifactId>config-persister-impl</artifactId>
178                 <version>${netconf.version}</version>
179             </dependency>
180             <dependency>
181                 <groupId>org.opendaylight.controller</groupId>
182                 <artifactId>logback-config</artifactId>
183                 <version>${config.version}</version>
184             </dependency>
185         </dependencies>
186     </dependencyManagement>
187
188
189     <build>
190         <plugins>
191             <plugin>
192                 <groupId>org.apache.maven.plugins</groupId>
193                 <artifactId>maven-compiler-plugin</artifactId>
194             </plugin>
195         </plugins>
196         <pluginManagement>
197             <plugins>
198                 <plugin>
199                     <groupId>org.apache.felix</groupId>
200                     <artifactId>maven-bundle-plugin</artifactId>
201                     <version>${maven.bundle.version}</version>
202                     <extensions>true</extensions>
203                     <configuration>
204                         <instructions>
205                             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
206                         </instructions>
207                     </configuration>
208                 </plugin>
209             </plugins>
210
211         </pluginManagement>
212     </build>
213 </project>