chengfan | 9d60b6e | 2016-12-01 11:06:39 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ /* |
| 4 | ~ * Copyright 2016 Open Networking Laboratory |
| 5 | ~ * |
| 6 | ~ * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | ~ * you may not use this file except in compliance with the License. |
| 8 | ~ * You may obtain a copy of the License at |
| 9 | ~ * |
| 10 | ~ * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ~ * |
| 12 | ~ * Unless required by applicable law or agreed to in writing, software |
| 13 | ~ * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | ~ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | ~ * See the License for the specific language governing permissions and |
| 16 | ~ * limitations under the License. |
| 17 | ~ */ |
| 18 | ~ |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <parent> |
| 25 | <artifactId>onos-ietfte-providers</artifactId> |
| 26 | <groupId>org.onosproject</groupId> |
Ray Milkey | 54a7851 | 2017-02-13 11:13:52 -0800 | [diff] [blame] | 27 | <version>1.10.0-SNAPSHOT</version> |
chengfan | 9d60b6e | 2016-12-01 11:06:39 +0800 | [diff] [blame] | 28 | </parent> |
| 29 | <modelVersion>4.0.0</modelVersion> |
| 30 | <artifactId>onos-ietfte-provider-utils</artifactId> |
| 31 | <packaging>bundle</packaging> |
| 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>org.onosproject</groupId> |
| 35 | <artifactId>onos-app-yms-api</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.onosproject</groupId> |
Henry Yu | 05dcc21 | 2017-01-05 16:05:26 -0500 | [diff] [blame] | 40 | <artifactId>onos-restconf-client-api</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.onosproject</groupId> |
chengfan | 9d60b6e | 2016-12-01 11:06:39 +0800 | [diff] [blame] | 45 | <artifactId>onos-restconf-server-utils</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | </dependency> |
| 48 | </dependencies> |
Henry Yu | 05dcc21 | 2017-01-05 16:05:26 -0500 | [diff] [blame] | 49 | </project> |