blob: 361c25da999d8f6dc10174f82f15aba349408473 [file] [log] [blame]
Bharat saraswalc2d3be12016-06-16 00:29:12 +05301<!--
2 ~ Copyright 2016-present Open Networking Laboratory
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
Bharat saraswal94844d62016-10-13 13:28:03 +053016<project xmlns="http://maven.apache.org/POM/4.0.0"
17 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Gaurav Agrawal8a147522016-08-10 13:43:01 +053018 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Bharat saraswalc2d3be12016-06-16 00:29:12 +053019 <modelVersion>4.0.0</modelVersion>
20
21 <parent>
22 <groupId>org.onosproject</groupId>
Ray Milkeyb322f082016-10-06 11:06:10 -070023 <artifactId>onos-yang-utils</artifactId>
Ray Milkey696d9442016-12-01 10:02:48 -080024 <version>1.11</version>
Bharat saraswalc2d3be12016-06-16 00:29:12 +053025 </parent>
26
Ray Milkeyb322f082016-10-06 11:06:10 -070027 <artifactId>onos-yang-plugins</artifactId>
Ray Milkey696d9442016-12-01 10:02:48 -080028 <version>1.11</version>
Ray Milkeyb322f082016-10-06 11:06:10 -070029 <packaging>pom</packaging>
30
31 <properties>
32 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33 </properties>
34
35 <modules>
VinodKumarS-Huawei618fdfa2016-11-14 11:50:48 +053036 <module>tool</module>
Ray Milkeyb322f082016-10-06 11:06:10 -070037 <module>maven</module>
Ray Milkeyffd9ef82016-10-06 16:58:16 -070038 <module>buck</module>
Ray Milkeyb322f082016-10-06 11:06:10 -070039 </modules>
Bharat saraswalc2d3be12016-06-16 00:29:12 +053040
Bharat saraswalc2d3be12016-06-16 00:29:12 +053041 <dependencies>
Gaurav Agrawal8a147522016-08-10 13:43:01 +053042 <dependency>
Bharat saraswalc2d3be12016-06-16 00:29:12 +053043 <groupId>org.onosproject</groupId>
Thomas Vachuska10a136e2016-08-22 10:18:10 -070044 <artifactId>onos-yang-datamodel</artifactId>
45 <version>${project.version}</version>
Bharat saraswalc2d3be12016-06-16 00:29:12 +053046 </dependency>
47 <dependency>
Ray Milkey9e9709d2016-10-05 14:16:39 -070048 <groupId>org.onosproject</groupId>
Ray Milkey9e9709d2016-10-05 14:16:39 -070049 <artifactId>onos-yang-utils-parser</artifactId>
50 <version>${project.version}</version>
51 </dependency>
52 <dependency>
Ray Milkeyb322f082016-10-06 11:06:10 -070053 <groupId>org.onosproject</groupId>
54 <artifactId>onos-yang-utils-generator</artifactId>
55 <version>${project.version}</version>
Bharat saraswale304c252016-08-16 20:56:20 +053056 </dependency>
Bharat saraswalc2d3be12016-06-16 00:29:12 +053057 </dependencies>
Bharat saraswalc2d3be12016-06-16 00:29:12 +053058</project>
Ray Milkeyb322f082016-10-06 11:06:10 -070059
60