517e87c038b3f95f6af048692853d0b82a637dfb
[openflowplugin.git] / features-aggregator / 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>9.0.13</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>features-aggregator</artifactId>
13     <packaging>pom</packaging>
14     <version>0.14.0-SNAPSHOT</version>
15
16     <modules>
17         <module>features-openflowplugin</module>
18         <module>odl-openflowplugin-flow-services-rest</module>
19         <module>odl-openflowplugin-flow-services</module>
20         <module>odl-openflowplugin-southbound</module>
21         <module>odl-openflowplugin-nsf-model</module>
22         <module>odl-openflowplugin-drop-test</module>
23         <module>odl-openflowplugin-app-table-miss-enforcer</module>
24         <module>odl-openflowplugin-app-config-pusher</module>
25         <module>odl-openflowplugin-app-topology</module>
26         <module>odl-openflowplugin-app-lldp-speaker</module>
27         <module>odl-openflowplugin-app-topology-lldp-discovery</module>
28         <module>odl-openflowplugin-app-topology-manager</module>
29         <module>odl-openflowplugin-app-bulk-o-matic</module>
30         <module>odl-openflowplugin-app-forwardingrules-manager</module>
31         <module>odl-openflowplugin-app-forwardingrules-sync</module>
32         <module>odl-openflowplugin-app-reconciliation-framework</module>
33         <module>odl-openflowplugin-app-southbound-cli</module>
34         <module>odl-openflowplugin-libraries</module>
35         <module>odl-openflowplugin-app-arbitratorreconciliation</module>
36     </modules>
37
38 </project>