blob: 209dfc06a37686582433ebd79efc92c60a07bc78 [file] [log] [blame]
Sean Condon0e89bda2017-03-21 14:23:19 +00001<?xml version="1.0" encoding="UTF-8"?>
Yuta HIGUCHI78472272018-05-03 17:08:16 -07002<!--
3 ~ Copyright 2017-present Open Networking Foundation
4 ~
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 -->
Sean Condon0e89bda2017-03-21 14:23:19 +000017<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19 <modelVersion>4.0.0</modelVersion>
20
21 <parent>
22 <groupId>org.onosproject</groupId>
23 <artifactId>onos-apps</artifactId>
Ray Milkey78ce4002018-08-10 11:16:44 -070024 <version>1.14.0-b1</version>
Sean Condon0e89bda2017-03-21 14:23:19 +000025 </parent>
26
Yuta HIGUCHIf104e0b2017-10-10 12:38:08 -070027 <artifactId>onos-apps-cfm</artifactId>
Sean Condon6aad2842018-02-26 23:16:36 +000028 <packaging>pom</packaging>
Ray Milkey78ce4002018-08-10 11:16:44 -070029 <version>1.14.0-b1</version>
Sean Condon0e89bda2017-03-21 14:23:19 +000030
Sean Condon6aad2842018-02-26 23:16:36 +000031 <modules>
32 <module>api</module>
33 <module>app</module>
34 <module>nbi</module>
35 </modules>
Sean Condon0e89bda2017-03-21 14:23:19 +000036
37 <dependencies>
38 <dependency>
39 <groupId>org.onosproject</groupId>
40 <artifactId>onos-api</artifactId>
41 </dependency>
42
43 <dependency>
44 <groupId>org.onosproject</groupId>
Sean Condon0e89bda2017-03-21 14:23:19 +000045 <artifactId>onlab-junit</artifactId>
46 <scope>test</scope>
47 </dependency>
Yuta HIGUCHIf104e0b2017-10-10 12:38:08 -070048
49 <dependency>
50 <groupId>org.onosproject</groupId>
51 <artifactId>onlab-osgi</artifactId>
52 <classifier>tests</classifier>
53 <scope>test</scope>
54 </dependency>
55
Sean Condon0e89bda2017-03-21 14:23:19 +000056 </dependencies>
Sean Condon0e89bda2017-03-21 14:23:19 +000057</project>
Sean Condon6aad2842018-02-26 23:16:36 +000058