blob: 6ad71f013350110d58f142e8b6a58f57307b42a7 [file] [log] [blame]
Shravan Ambatibb6b4452016-05-04 13:25:28 -07001<?xml version="1.0" encoding="UTF-8"?>
Shravan Ambati7d199542016-04-22 16:09:05 -07002<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2016-present Open Networking Foundation
Shravan Ambati7d199542016-04-22 16:09:05 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
Shravan Ambatibb6b4452016-05-04 13:25:28 -070017<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Shravan Ambati7d199542016-04-22 16:09:05 -070020 <parent>
21 <groupId>org.onosproject</groupId>
22 <artifactId>onos-apps</artifactId>
ONOS Jenkins User0e78e272017-12-12 03:27:00 +000023 <version>1.13.0-SNAPSHOT</version>
Shravan Ambati7d199542016-04-22 16:09:05 -070024 </parent>
Shravan Ambatibb6b4452016-05-04 13:25:28 -070025 <modelVersion>4.0.0</modelVersion>
Shravan Ambati7d199542016-04-22 16:09:05 -070026
Shravan Ambatibb6b4452016-05-04 13:25:28 -070027 <artifactId>onos-kafka</artifactId>
Shravan Ambati7d199542016-04-22 16:09:05 -070028
Shravan Ambatibb6b4452016-05-04 13:25:28 -070029 <packaging>pom</packaging>
30 <description>Kafka Integration Application</description>
Shravan Ambati7d199542016-04-22 16:09:05 -070031
Shravan Ambatibb6b4452016-05-04 13:25:28 -070032 <modules>
33 <module>api</module>
Sanjana Agarwalcb4a3db2016-07-14 11:42:48 -070034 <module>core</module>
35 <module>web</module>
Shravan Ambatibb6b4452016-05-04 13:25:28 -070036 <module>app</module>
37 </modules>
Shravan Ambati7d199542016-04-22 16:09:05 -070038
Sanjana Agarwalcb4a3db2016-07-14 11:42:48 -070039</project>