blob: c29a3ecbcf432ac0345e2885abaa55bec5642662 [file] [log] [blame]
Thomas Vachuskad3858e42015-04-22 22:05:49 -07001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -07002
Thomas Vachuskad3858e42015-04-22 22:05:49 -07003<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07004 ~ Copyright 2015-present Open Networking Laboratory
Thomas Vachuskad3858e42015-04-22 22:05:49 -07005 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License.
17 -->
Thomas Vachuskabf916ea2015-05-20 18:24:34 -070018
Thomas Vachuskad3858e42015-04-22 22:05:49 -070019<project xmlns="http://maven.apache.org/POM/4.0.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.onosproject</groupId>
Thomas Vachuskad24aa7f2015-05-14 18:37:54 -070026 <artifactId>onos-incubator</artifactId>
Brian O'Connor955c3162016-03-10 15:27:19 -080027 <version>1.6.0-SNAPSHOT</version>
Thomas Vachuskad3858e42015-04-22 22:05:49 -070028 <relativePath>../pom.xml</relativePath>
29 </parent>
30
Thomas Vachuskad24aa7f2015-05-14 18:37:54 -070031 <artifactId>onos-incubator-api</artifactId>
Thomas Vachuskad3858e42015-04-22 22:05:49 -070032 <packaging>bundle</packaging>
33
Thomas Vachuskad24aa7f2015-05-14 18:37:54 -070034 <description>ONOS incubating core API</description>
Thomas Vachuskad3858e42015-04-22 22:05:49 -070035
36 <dependencies>
37 <dependency>
38 <groupId>com.google.guava</groupId>
39 <artifactId>guava-testlib</artifactId>
40 <scope>test</scope>
41 </dependency>
42 <dependency>
43 <groupId>org.easymock</groupId>
44 <artifactId>easymock</artifactId>
45 <scope>test</scope>
46 </dependency>
47 </dependencies>
48
49</project>