Release mdsal
[mdsal.git] / netty / mdsal-rfc8294-netty / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2019 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" 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
13     <parent>
14         <groupId>org.opendaylight.mdsal</groupId>
15         <artifactId>dom-parent</artifactId>
16         <version>9.0.3</version>
17         <relativePath>../../dom/dom-parent</relativePath>
18     </parent>
19
20     <artifactId>mdsal-rfc8294-netty</artifactId>
21     <packaging>bundle</packaging>
22
23     <dependencies>
24         <dependency>
25             <groupId>org.opendaylight.yangtools</groupId>
26             <artifactId>yang-common-netty</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.mdsal</groupId>
30             <artifactId>yang-binding</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
34             <artifactId>rfc8294-ietf-routing-types</artifactId>
35         </dependency>
36
37         <dependency>
38             <groupId>org.opendaylight.yangtools</groupId>
39             <artifactId>mockito-configuration</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.mdsal.rfc8294.netty</Automatic-Module-Name>
51                     </instructions>
52                 </configuration>
53             </plugin>
54         </plugins>
55     </build>
56
57     <scm>
58         <connection>scm:git:http://git.opendaylight.org/gerrit/mdsal.git</connection>
59         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</developerConnection>
60         <tag>HEAD</tag>
61         <url>https://wiki.opendaylight.org/view/MD-SAL:Main</url>
62     </scm>
63 </project>