blob: 58d7acbef402214e28c2aaec05213c55f30f57b1 [file] [log] [blame]
Thomas Vachuska781d18b2014-10-27 10:31:25 -07001<!--
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07002 ~ Copyright 2014 Open Networking Laboratory
Thomas Vachuska781d18b2014-10-27 10:31:25 -07003 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07004 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
Thomas Vachuska781d18b2014-10-27 10:31:25 -07007 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07008 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
Thomas Vachuska781d18b2014-10-27 10:31:25 -070015 -->
tom7ef8ff92014-09-17 13:08:06 -070016<project xmlns="http://maven.apache.org/POM/4.0.0"
17 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19 <modelVersion>4.0.0</modelVersion>
20
21 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -080022 <groupId>org.onosproject</groupId>
tom7ef8ff92014-09-17 13:08:06 -070023 <artifactId>onos-of</artifactId>
24 <version>1.0.0-SNAPSHOT</version>
25 <relativePath>../pom.xml</relativePath>
26 </parent>
27
28 <artifactId>onos-of-drivers</artifactId>
29 <packaging>bundle</packaging>
30
31 <description>ONOS OpenFlow switch drivers &amp; factory</description>
32
33 <dependencies>
34 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -080035 <groupId>org.onosproject</groupId>
tom7ef8ff92014-09-17 13:08:06 -070036 <artifactId>onos-of-api</artifactId>
37 </dependency>
38 </dependencies>
tom7ef8ff92014-09-17 13:08:06 -070039</project>