Optimized version of NormalizedNode Serialization
[controller.git] / opendaylight / md-sal / sal-clustering-commons / 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
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>sal-parent</artifactId>
8     <version>1.1-SNAPSHOT</version>
9   </parent>
10
11   <artifactId>sal-clustering-commons</artifactId>
12
13   <packaging>bundle</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>com.google.code.findbugs</groupId>
18       <artifactId>jsr305</artifactId>
19       <version>2.0.1</version>
20     </dependency>
21     <dependency>
22       <groupId>com.google.guava</groupId>
23       <artifactId>guava</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>com.google.protobuf</groupId>
27       <artifactId>protobuf-java</artifactId>
28       <version>2.5.0</version>
29     </dependency>
30     <dependency>
31       <groupId>commons-lang</groupId>
32       <artifactId>commons-lang</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.yangtools</groupId>
36       <artifactId>util</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.yangtools</groupId>
40       <artifactId>yang-binding</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.yangtools</groupId>
44       <artifactId>yang-common</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.yangtools</groupId>
48       <artifactId>yang-data-api</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.yangtools</groupId>
52       <artifactId>yang-data-impl</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.yangtools</groupId>
56       <artifactId>yang-model-api</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.yangtools</groupId>
60       <artifactId>yang-model-util</artifactId>
61     </dependency>
62
63     <dependency>
64       <groupId>org.opendaylight.yangtools</groupId>
65       <artifactId>yang-parser-impl</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>netconf-util</artifactId>
70     </dependency>
71
72     <dependency>
73       <groupId>xmlunit</groupId>
74       <artifactId>xmlunit</artifactId>
75       <version>1.5</version>
76     </dependency>
77     <dependency>
78       <groupId>junit</groupId>
79       <artifactId>junit</artifactId>
80       <scope>test</scope>
81     </dependency>
82     <dependency>
83       <groupId>junit</groupId>
84       <artifactId>junit</artifactId>
85       <scope>test</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.mockito</groupId>
89       <artifactId>mockito-all</artifactId>
90       <scope>test</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.slf4j</groupId>
94       <artifactId>slf4j-simple</artifactId>
95       <version>${slf4j.version}</version>
96       <scope>test</scope>
97     </dependency>
98       <dependency>
99           <groupId>org.opendaylight.yangtools</groupId>
100           <artifactId>util</artifactId>
101       </dependency>
102       <dependency>
103           <groupId>org.opendaylight.yangtools</groupId>
104           <artifactId>yang-common</artifactId>
105       </dependency>
106       <dependency>
107           <groupId>org.opendaylight.yangtools</groupId>
108           <artifactId>yang-data-api</artifactId>
109       </dependency>
110       <dependency>
111           <groupId>org.opendaylight.yangtools</groupId>
112           <artifactId>yang-data-impl</artifactId>
113       </dependency>
114       <dependency>
115           <groupId>org.opendaylight.yangtools</groupId>
116           <artifactId>yang-model-api</artifactId>
117       </dependency>
118       <dependency>
119           <groupId>org.opendaylight.yangtools</groupId>
120           <artifactId>yang-model-util</artifactId>
121       </dependency>
122       <dependency>
123           <groupId>org.opendaylight.yangtools</groupId>
124           <artifactId>yang-binding</artifactId>
125       </dependency>
126
127       <dependency>
128           <groupId>org.opendaylight.controller</groupId>
129           <artifactId>sal-akka-raft</artifactId>
130           <version>1.1-SNAPSHOT</version>
131       </dependency>
132
133       <dependency>
134           <groupId>com.google.guava</groupId>
135           <artifactId>guava</artifactId>
136       </dependency>
137       <dependency>
138           <groupId>junit</groupId>
139           <artifactId>junit</artifactId>
140           <scope>test</scope>
141       </dependency>
142
143       <dependency>
144           <groupId>xmlunit</groupId>
145           <artifactId>xmlunit</artifactId>
146           <version>1.5</version>
147       </dependency>
148
149       <dependency>
150           <groupId>org.opendaylight.yangtools</groupId>
151           <artifactId>yang-parser-impl</artifactId>
152       </dependency>
153       <dependency>
154           <groupId>commons-lang</groupId>
155           <artifactId>commons-lang</artifactId>
156       </dependency>
157       <dependency>
158           <groupId>org.slf4j</groupId>
159           <artifactId>slf4j-simple</artifactId>
160           <version>${slf4j.version}</version>
161           <scope>test</scope>
162       </dependency>
163       <dependency>
164           <groupId>com.google.code.findbugs</groupId>
165           <artifactId>jsr305</artifactId>
166           <version>2.0.1</version>
167       </dependency>
168
169       <dependency>
170           <groupId>com.codahale.metrics</groupId>
171           <artifactId>metrics-core</artifactId>
172           <version>3.0.1</version>
173       </dependency>
174   </dependencies>
175   <build>
176       <plugins>
177           <plugin>
178               <groupId>org.jacoco</groupId>
179               <artifactId>jacoco-maven-plugin</artifactId>
180               <configuration>
181                   <includes>
182                       <include>org.opendaylight.controller.*</include>
183                   </includes>
184                   <excludes>
185                       <exclude>org.opendaylight.controller.protobuff.*</exclude>
186                   </excludes>
187                   <check>false</check>
188               </configuration>
189               <executions>
190                   <execution>
191                       <id>pre-test</id>
192                       <goals>
193                           <goal>prepare-agent</goal>
194                       </goals>
195                   </execution>
196                   <execution>
197                       <id>post-test</id>
198                       <goals>
199                           <goal>report</goal>
200                       </goals>
201                       <phase>test</phase>
202                   </execution>
203               </executions>
204           </plugin>
205       </plugins>
206   </build>
207
208 </project>