sal-binding-api: use lambdas
[controller.git] / features / 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   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>2.0.4</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>features-controller</artifactId>
13   <version>1.10.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15
16   <modules>
17     <module>config</module>
18     <module>config-persister</module>
19     <module>config-netty</module>
20     <module>mdsal</module>
21     <module>extras</module>
22     <module>benchmark</module>
23   </modules>
24 </project>