7cf7327c203904aacc767c176c350d59f9f247f8
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / 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"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5
6   <groupId>org.opennetworking.otwg.wtp</groupId>
7   <artifactId>wtp-carbon</artifactId>
8   <version>0.5.1-SNAPSHOT</version>
9
10   <name>ONF :: Wireless :: 4th POC</name>
11   <packaging>pom</packaging>
12
13   <prerequisites>
14     <maven>3.3.3</maven>
15   </prerequisites>
16
17   <modules>
18     <module>apps</module>
19     <module>ux</module>
20     <module>features</module>
21     <!-- <module>karaf</module> -->
22   </modules>
23
24 </project>
25