Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 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 | --> |
| 17 | <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"> |
| 20 | <parent> |
| 21 | <artifactId>onos-drivers-general</artifactId> |
| 22 | <groupId>org.onosproject</groupId> |
Ray Milkey | bca9049 | 2018-04-13 12:47:31 -0700 | [diff] [blame] | 23 | <version>1.14.0-SNAPSHOT</version> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 24 | </parent> |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | |
| 27 | <artifactId>onos-drivers-lumentum</artifactId> |
| 28 | <packaging>bundle</packaging> |
| 29 | |
| 30 | <description>Lumentum device drivers</description> |
| 31 | |
| 32 | <properties> |
| 33 | <onos.app.name>org.onosproject.drivers.lumentum</onos.app.name> |
Thomas Vachuska | a10137c | 2018-04-03 16:45:59 -0700 | [diff] [blame] | 34 | <onos.app.origin>ONOS Community</onos.app.origin> |
Jian Li | fd46e1d | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 35 | <onos.app.category>Drivers</onos.app.category> |
| 36 | <onos.app.title>Lumentum Device Drivers</onos.app.title> |
| 37 | <onos.app.url>http://onosproject.org</onos.app.url> |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 38 | <onos.app.requires> |
Andrea Campanella | bb8775b | 2016-04-12 10:32:14 -0700 | [diff] [blame] | 39 | org.onosproject.snmp, |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 40 | org.onosproject.optical-model, |
| 41 | org.onosproject.tl1 |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 42 | </onos.app.requires> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 43 | </properties> |
| 44 | |
| 45 | <dependencies> |
| 46 | <dependency> |
HIGUCHI Yuta | f3ead25 | 2016-05-12 18:18:15 -0700 | [diff] [blame] | 47 | <groupId>org.onosproject</groupId> |
| 48 | <artifactId>onos-optical-model</artifactId> |
| 49 | <version>${project.version}</version> |
| 50 | </dependency> |
HIGUCHI Yuta | f3ead25 | 2016-05-12 18:18:15 -0700 | [diff] [blame] | 51 | <dependency> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 52 | <groupId>org.apache.servicemix.bundles</groupId> |
| 53 | <artifactId>org.apache.servicemix.bundles.snmp4j</artifactId> |
| 54 | <version>2.3.4_1</version> |
| 55 | </dependency> |
Andrea Campanella | bb8775b | 2016-04-12 10:32:14 -0700 | [diff] [blame] | 56 | <dependency> |
| 57 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | eee1e82 | 2018-06-05 16:57:28 -0700 | [diff] [blame] | 58 | <artifactId>onos-protocols-snmp-api</artifactId> |
Andrea Campanella | bb8775b | 2016-04-12 10:32:14 -0700 | [diff] [blame] | 59 | <version>${project.version}</version> |
| 60 | </dependency> |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 61 | <dependency> |
| 62 | <groupId>org.onosproject</groupId> |
| 63 | <artifactId>onos-tl1-api</artifactId> |
| 64 | <version>${project.version}</version> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>org.onosproject</groupId> |
| 68 | <artifactId>onos-tl1-ctl</artifactId> |
| 69 | <version>${project.version}</version> |
| 70 | </dependency> |
Marc De Leenheer | 40a544b | 2017-04-25 14:16:02 -0700 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>org.onosproject</groupId> |
| 73 | <artifactId>onos-drivers-optical</artifactId> |
| 74 | <version>${project.version}</version> |
| 75 | </dependency> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 76 | </dependencies> |
HIGUCHI Yuta | f3ead25 | 2016-05-12 18:18:15 -0700 | [diff] [blame] | 77 | </project> |