32b1619234dc469528eb32a884af75f0734255f6
[mdsal.git] / model / ietf / rfc8776-ietf-te-types / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2020 PANTHEON.tech, s.r,o. 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"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.mdsal</groupId>
16         <artifactId>binding-parent</artifactId>
17         <version>13.0.1-SNAPSHOT</version>
18         <relativePath>../../../binding/binding-parent</relativePath>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
22     <artifactId>rfc8776-ietf-te-types</artifactId>
23     <packaging>bundle</packaging>
24
25     <name>${project.artifactId}</name>
26     <description>RFC8776 ietf-te-types</description>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
31             <artifactId>rfc6991-ietf-inet-types</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
35             <artifactId>rfc6991-ietf-yang-types</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
39             <artifactId>rfc8294-ietf-routing-types</artifactId>
40         </dependency>
41     </dependencies>
42
43     <build>
44         <plugins>
45             <plugin>
46                 <groupId>org.apache.felix</groupId>
47                 <artifactId>maven-bundle-plugin</artifactId>
48                 <configuration>
49                     <instructions>
50                         <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.te.types.rfc8776</Automatic-Module-Name>
51                     </instructions>
52                 </configuration>
53             </plugin>
54         </plugins>
55     </build>
56 </project>