Correct RFC7227/RFC7277 typo
[mdsal.git] / model / features / features-mdsal-model / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>feature-repo-parent</artifactId>
15         <version>3.1.2</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.mdsal.model</groupId>
20     <artifactId>features-mdsal-model</artifactId>
21     <version>0.13.0-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <dependencyManagement>
25         <dependencies>
26             <dependency>
27                 <groupId>org.opendaylight.mdsal.model</groupId>
28                 <artifactId>mdsal-model-artifacts</artifactId>
29                 <version>${project.version}</version>
30                 <scope>import</scope>
31                 <type>pom</type>
32             </dependency>
33         </dependencies>
34     </dependencyManagement>
35
36     <dependencies>
37         <dependency>
38             <groupId>org.opendaylight.mdsal.model</groupId>
39             <artifactId>odl-mdsal-models</artifactId>
40             <classifier>features</classifier>
41             <type>xml</type>
42         </dependency>
43
44         <dependency>
45             <groupId>org.opendaylight.mdsal.model</groupId>
46             <artifactId>odl-mdsal-model-rfc6991</artifactId>
47             <classifier>features</classifier>
48             <type>xml</type>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.mdsal.model</groupId>
52             <artifactId>odl-mdsal-model-rfc7223</artifactId>
53             <classifier>features</classifier>
54             <type>xml</type>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.mdsal.model</groupId>
58             <artifactId>odl-mdsal-model-rfc7277</artifactId>
59             <classifier>features</classifier>
60             <type>xml</type>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.mdsal.model</groupId>
64             <artifactId>odl-mdsal-model-rfc7895</artifactId>
65             <classifier>features</classifier>
66             <type>xml</type>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.mdsal.model</groupId>
70             <artifactId>odl-mdsal-model-rfc7952</artifactId>
71             <classifier>features</classifier>
72             <type>xml</type>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.mdsal.model</groupId>
76             <artifactId>odl-mdsal-model-rfc8342</artifactId>
77             <classifier>features</classifier>
78             <type>xml</type>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.mdsal.model</groupId>
82             <artifactId>odl-mdsal-model-rfc8343</artifactId>
83             <classifier>features</classifier>
84             <type>xml</type>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.mdsal.model</groupId>
88             <artifactId>odl-mdsal-model-rfc8344</artifactId>
89             <classifier>features</classifier>
90             <type>xml</type>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.mdsal.model</groupId>
94             <artifactId>odl-mdsal-model-rfc8345</artifactId>
95             <classifier>features</classifier>
96             <type>xml</type>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.mdsal.model</groupId>
100             <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
101             <classifier>features</classifier>
102             <type>xml</type>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.mdsal.model</groupId>
106             <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
107             <classifier>features</classifier>
108             <type>xml</type>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.mdsal.model</groupId>
112             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
113             <classifier>features</classifier>
114             <type>xml</type>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.mdsal.model</groupId>
118             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
119             <classifier>features</classifier>
120             <type>xml</type>
121         </dependency>
122         <dependency>
123             <groupId>org.opendaylight.mdsal.model</groupId>
124             <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
125             <classifier>features</classifier>
126             <type>xml</type>
127         </dependency>
128         <dependency>
129             <groupId>org.opendaylight.mdsal.model</groupId>
130             <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
131             <classifier>features</classifier>
132             <type>xml</type>
133         </dependency>
134         <dependency>
135             <groupId>org.opendaylight.mdsal.model</groupId>
136             <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
137             <classifier>features</classifier>
138             <type>xml</type>
139         </dependency>
140         <dependency>
141             <groupId>org.opendaylight.mdsal.model</groupId>
142             <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
143             <classifier>features</classifier>
144             <type>xml</type>
145         </dependency>
146     </dependencies>
147 </project>