Release yangtools
[yangtools.git] / features / features-yangtools / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Red Hat, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>feature-repo-parent</artifactId>
15         <version>9.0.15</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.yangtools</groupId>
20     <artifactId>features-yangtools</artifactId>
21     <version>7.0.17</version>
22     <packaging>feature</packaging>
23     <name>OpenDaylight :: Yangtools :: Stable Features</name>
24     <description>YANG Tools Stable Features</description>
25
26     <dependencyManagement>
27         <dependencies>
28             <dependency>
29                 <groupId>org.opendaylight.yangtools</groupId>
30                 <artifactId>yangtools-artifacts</artifactId>
31                 <version>${project.version}</version>
32                 <scope>import</scope>
33                 <type>pom</type>
34             </dependency>
35         </dependencies>
36     </dependencyManagement>
37
38     <dependencies>
39         <dependency>
40             <groupId>org.opendaylight.yangtools</groupId>
41             <artifactId>odl-yangtools-codec</artifactId>
42             <classifier>features</classifier>
43             <type>xml</type>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.yangtools</groupId>
47             <artifactId>odl-yangtools-common</artifactId>
48             <classifier>features</classifier>
49             <type>xml</type>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.yangtools</groupId>
53             <artifactId>odl-yangtools-data-api</artifactId>
54             <classifier>features</classifier>
55             <type>xml</type>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.yangtools</groupId>
59             <artifactId>odl-yangtools-data</artifactId>
60             <classifier>features</classifier>
61             <type>xml</type>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.yangtools</groupId>
65             <artifactId>odl-yangtools-export</artifactId>
66             <classifier>features</classifier>
67             <type>xml</type>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.yangtools</groupId>
71             <artifactId>odl-yangtools-netty</artifactId>
72             <classifier>features</classifier>
73             <type>xml</type>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.yangtools</groupId>
77             <artifactId>odl-yangtools-parser-api</artifactId>
78             <classifier>features</classifier>
79             <type>xml</type>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.yangtools</groupId>
83             <artifactId>odl-yangtools-parser</artifactId>
84             <classifier>features</classifier>
85             <type>xml</type>
86         </dependency>
87         <dependency>
88             <groupId>org.opendaylight.yangtools</groupId>
89             <artifactId>odl-yangtools-util</artifactId>
90             <classifier>features</classifier>
91             <type>xml</type>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.yangtools</groupId>
95             <artifactId>odl-yangtools-xpath-api</artifactId>
96             <classifier>features</classifier>
97             <type>xml</type>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.yangtools</groupId>
101             <artifactId>odl-yangtools-xpath</artifactId>
102             <classifier>features</classifier>
103             <type>xml</type>
104         </dependency>
105     </dependencies>
106 </project>