blob: 2842ead6e8617ef23ad19314dbbe6eb11b2eac88 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07002<!--
3 ~ Copyright 2014 Open Networking Laboratory
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 -->
tom0eb04ca2014-08-25 14:34:51 -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/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -080023 <groupId>org.onosproject</groupId>
Yuta HIGUCHIe76a24d2014-09-27 00:48:34 -070024 <artifactId>onos-core-store</artifactId>
Brian O'Connor7f2e9bf2014-12-04 23:35:13 -080025 <version>1.1.0-SNAPSHOT</version>
tom0eb04ca2014-08-25 14:34:51 -070026 <relativePath>../pom.xml</relativePath>
27 </parent>
28
tome2dc27a2014-09-09 12:41:21 -070029 <artifactId>onos-core-trivial</artifactId>
30 <packaging>bundle</packaging>
tom0eb04ca2014-08-25 14:34:51 -070031
tome2dc27a2014-09-09 12:41:21 -070032 <description>ONOS network control trivial implementations of core subsystems</description>
tomb1260e42014-08-26 18:39:57 -070033
tom0eb04ca2014-08-25 14:34:51 -070034 <dependencies>
35 <dependency>
Yuta HIGUCHI8e493792014-10-01 19:36:32 -070036 <groupId>org.apache.commons</groupId>
37 <artifactId>commons-lang3</artifactId>
38 </dependency>
Yuta HIGUCHI75ae30d2014-11-04 14:33:09 -080039
40 <dependency>
Thomas Vachuska02aeb032015-01-06 22:36:30 -080041 <groupId>org.onosproject</groupId>
42 <artifactId>onos-core-common</artifactId>
43 </dependency>
44
45 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -080046 <groupId>org.onosproject</groupId>
Yuta HIGUCHI75ae30d2014-11-04 14:33:09 -080047 <artifactId>onos-api</artifactId>
48 <classifier>tests</classifier>
49 <scope>test</scope>
50 </dependency>
tom0eb04ca2014-08-25 14:34:51 -070051 </dependencies>
52
tom0eb04ca2014-08-25 14:34:51 -070053</project>