blob: 7745be2b4ec4abd14b46c684fda81f03130a117f [file] [log] [blame]
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Sean Condon37f80912018-02-27 22:03:58 +00003 ~ Copyright 2018-present Open Networking Foundation
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -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 -->
Sean Condon37f80912018-02-27 22:03:58 +000017<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">
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070020 <parent>
21 <artifactId>onos-drivers-general</artifactId>
22 <groupId>org.onosproject</groupId>
ONOS Jenkins User45d340c2018-01-09 01:56:13 +000023 <version>1.13.0-SNAPSHOT</version>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070024 </parent>
Sean Condon37f80912018-02-27 22:03:58 +000025 <modelVersion>4.0.0</modelVersion>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070026
27 <artifactId>onos-drivers-microsemi</artifactId>
28 <packaging>bundle</packaging>
Sean Condon37f80912018-02-27 22:03:58 +000029 <description>This is just a dummy placeholder while the code is being moved</description>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070030 <url>http://onosproject.org</url>
31
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070032 <dependencies>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070033 <dependency>
34 <groupId>org.onosproject</groupId>
Sean Condon37f80912018-02-27 22:03:58 +000035 <artifactId>onlab-misc</artifactId>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070036 </dependency>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070037 </dependencies>
Yuta HIGUCHI2e4a6d42017-08-25 10:51:40 -070038</project>
Sean Condon37f80912018-02-27 22:03:58 +000039