blob: 35c727e63f7d33c3a95cdb156ba9293afa0d0659 [file] [log] [blame]
chengfan9d60b6e2016-12-01 11:06:39 +08001<?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 Milkey72bcefe2016-12-02 16:22:53 -080027 <version>1.9.0-SNAPSHOT</version>
chengfan9d60b6e2016-12-01 11:06:39 +080028 </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>
40 <artifactId>onos-restconf-server-utils</artifactId>
41 <version>${project.version}</version>
42 </dependency>
43 </dependencies>
44
45
46</project>