alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [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/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos</artifactId> |
Brian O'Connor | 955c316 | 2016-03-10 15:27:19 -0800 | [diff] [blame] | 25 | <version>1.6.0-SNAPSHOT</version> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 29 | <artifactId>onos-drivers-general</artifactId> |
| 30 | <packaging>pom</packaging> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 31 | |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 32 | <description>Builtin device drivers general module</description> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 33 | |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 34 | <modules> |
| 35 | <module>default</module> |
| 36 | <module>ciena</module> |
| 37 | <module>fujitsu</module> |
Andreas Papazois | 1dff77c | 2016-02-16 16:27:33 +0200 | [diff] [blame] | 38 | <module>cisco</module> |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 39 | <module>netconf</module> |
| 40 | <module>ovsdb</module> |
| 41 | <module>utilities</module> |
Marc De Leenheer | c662d32 | 2016-02-18 16:05:10 -0800 | [diff] [blame] | 42 | <module>lumentum</module> |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 43 | <module>bti</module> |
Carmelo Cascone | 2ea177b | 2016-02-25 18:38:42 -0800 | [diff] [blame] | 44 | <module>bmv2</module> |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 45 | </modules> |
| 46 | |
| 47 | <!--<properties> |
Thomas Vachuska | 586afd8 | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 48 | <onos.app.name>org.onosproject.drivers</onos.app.name> |
Andrea Campanella | 238d96e | 2016-01-20 11:52:02 -0800 | [diff] [blame] | 49 | </properties>--> |
Thomas Vachuska | 586afd8 | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 50 | |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 51 | <dependencies> |
| 52 | <dependency> |
| 53 | <groupId>org.osgi</groupId> |
| 54 | <artifactId>org.osgi.compendium</artifactId> |
| 55 | </dependency> |
| 56 | |
| 57 | <dependency> |
| 58 | <groupId>org.onosproject</groupId> |
| 59 | <artifactId>onos-api</artifactId> |
| 60 | </dependency> |
| 61 | |
| 62 | <dependency> |
alshabib | b452fd7 | 2015-04-22 20:46:20 -0700 | [diff] [blame] | 63 | <groupId>org.onosproject</groupId> |
Saurav Das | decd7a6 | 2015-05-16 22:39:47 -0700 | [diff] [blame] | 64 | <artifactId>onos-core-serializers</artifactId> |
Andrea Campanella | d8d92db | 2016-01-14 16:24:41 -0800 | [diff] [blame] | 65 | <version>${project.version}</version> |
| 66 | </dependency> |
samuel | 68a6c62 | 2015-07-21 15:14:51 +0800 | [diff] [blame] | 67 | <dependency> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 68 | <groupId>org.easymock</groupId> |
| 69 | <artifactId>easymock</artifactId> |
| 70 | <scope>test</scope> |
| 71 | </dependency> |
andrea | eb70a94 | 2015-10-16 21:34:46 -0700 | [diff] [blame] | 72 | <dependency> |
alshabib | 77b8848 | 2015-04-07 15:47:50 -0700 | [diff] [blame] | 73 | <groupId>org.apache.felix</groupId> |
| 74 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 75 | </dependency> |
andrea | ed976a4 | 2015-10-05 14:38:25 -0700 | [diff] [blame] | 76 | <dependency> |
| 77 | <groupId>org.onosproject</groupId> |
| 78 | <artifactId>onos-api</artifactId> |
| 79 | <version>${project.version}</version> |
| 80 | <classifier>tests</classifier> |
| 81 | <scope>test</scope> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.onosproject</groupId> |
| 85 | <artifactId>onlab-junit</artifactId> |
| 86 | <scope>test</scope> |
| 87 | </dependency> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 88 | </dependencies> |
| 89 | |
| 90 | <build> |
| 91 | <plugins> |
| 92 | <plugin> |
| 93 | <groupId>org.apache.felix</groupId> |
alshabib | 77b8848 | 2015-04-07 15:47:50 -0700 | [diff] [blame] | 94 | <artifactId>maven-scr-plugin</artifactId> |
| 95 | </plugin> |
| 96 | <plugin> |
| 97 | <groupId>org.apache.felix</groupId> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 98 | <artifactId>maven-bundle-plugin</artifactId> |
| 99 | </plugin> |
Thomas Vachuska | db7467a | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 100 | <plugin> |
| 101 | <groupId>org.onosproject</groupId> |
| 102 | <artifactId>onos-maven-plugin</artifactId> |
| 103 | </plugin> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 104 | </plugins> |
| 105 | </build> |
| 106 | </project> |