Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -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 2015-present Open Networking Foundation |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -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/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos</artifactId> |
Ray Milkey | bca9049 | 2018-04-13 12:47:31 -0700 | [diff] [blame] | 25 | <version>1.14.0-SNAPSHOT</version> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 26 | </parent> |
| 27 | |
| 28 | <artifactId>onos-protocols</artifactId> |
| 29 | <packaging>pom</packaging> |
| 30 | |
Thomas Vachuska | d82c71a | 2015-12-01 18:59:03 -0800 | [diff] [blame] | 31 | <description>ONOS southbound protocols</description> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 32 | |
| 33 | <modules> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 34 | <module>openflow</module> |
Brian O'Connor | 19703fb | 2015-11-19 16:09:45 -0800 | [diff] [blame] | 35 | <module>netconf</module> |
Brian O'Connor | d3ebb30 | 2015-11-19 15:23:43 -0800 | [diff] [blame] | 36 | <module>pcep</module> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 37 | <module>ovsdb</module> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 38 | <module>bgp</module> |
Andrea Campanella | 945ded2 | 2016-01-07 13:17:43 -0800 | [diff] [blame] | 39 | <module>rest</module> |
Thomas Vachuska | a907612 | 2016-03-02 01:07:43 -0800 | [diff] [blame] | 40 | <module>ospf</module> |
Kiran Ramachandra | c92a122 | 2016-03-30 13:05:31 +0530 | [diff] [blame] | 41 | <module>isis</module> |
Andrea Campanella | c2d754b | 2016-03-29 17:51:07 -0700 | [diff] [blame] | 42 | <module>snmp</module> |
Jian Li | b695762 | 2016-07-01 15:12:25 +0900 | [diff] [blame] | 43 | <module>lisp</module> |
Henry Yu | e20926e | 2016-08-25 22:58:02 -0400 | [diff] [blame] | 44 | <module>restconf</module> |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 45 | <module>tl1</module> |
Andrea Campanella | 378e21a | 2017-06-07 12:09:59 +0200 | [diff] [blame] | 46 | <module>grpc</module> |
Yuta HIGUCHI | ad7116e | 2018-03-06 21:35:55 -0800 | [diff] [blame] | 47 | <module>gnmi/stub</module> |
Ray Milkey | e27bb90 | 2017-11-06 12:55:17 -0800 | [diff] [blame] | 48 | <module>p4runtime</module> |
Tomek OsiĆski | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 49 | <module>xmpp</module> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 50 | </modules> |
| 51 | |
| 52 | <dependencies> |
Thomas Vachuska | d82c71a | 2015-12-01 18:59:03 -0800 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.onosproject</groupId> |
| 55 | <artifactId>onlab-misc</artifactId> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.onosproject</groupId> |
| 59 | <artifactId>onlab-junit</artifactId> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>junit</groupId> |
| 63 | <artifactId>junit</artifactId> |
| 64 | <scope>test</scope> |
| 65 | </dependency> |
Thomas Vachuska | dc24002 | 2015-11-19 14:45:03 -0800 | [diff] [blame] | 66 | </dependencies> |
| 67 | |
| 68 | <build> |
| 69 | <plugins> |
| 70 | <plugin> |
| 71 | <groupId>org.apache.felix</groupId> |
| 72 | <artifactId>maven-bundle-plugin</artifactId> |
| 73 | </plugin> |
| 74 | <plugin> |
| 75 | <groupId>org.onosproject</groupId> |
| 76 | <artifactId>onos-maven-plugin</artifactId> |
| 77 | </plugin> |
| 78 | </plugins> |
| 79 | </build> |
| 80 | |
| 81 | </project> |