b52a9783ac7e1eb892cfa56b96e08764012884cb
[mdsal.git] / yanglib / mdsal-yanglib-rfc7895 / 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
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.mdsal</groupId>
15         <artifactId>dom-parent</artifactId>
16         <version>4.0.10-SNAPSHOT</version>
17         <relativePath>../../dom/dom-parent</relativePath>
18     </parent>
19
20     <artifactId>mdsal-yanglib-rfc7895</artifactId>
21     <version>0.9.10-SNAPSHOT</version>
22     <packaging>bundle</packaging>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.mdsal</groupId>
27             <artifactId>mdsal-yanglib-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
31             <artifactId>rfc7895</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.mdsal</groupId>
35             <artifactId>mdsal-binding-dom-codec</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.yangtools</groupId>
39             <artifactId>yang-parser-api</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.kohsuke.metainf-services</groupId>
43             <artifactId>metainf-services</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>javax.inject</groupId>
47             <artifactId>javax.inject</artifactId>
48             <optional>true</optional>
49         </dependency>
50         <dependency>
51             <groupId>org.apache.aries.blueprint</groupId>
52             <artifactId>blueprint-maven-plugin-annotation</artifactId>
53             <optional>true</optional>
54         </dependency>
55
56         <dependency>
57             <groupId>org.opendaylight.yangtools</groupId>
58             <artifactId>yang-parser-impl</artifactId>
59             <scope>test</scope>
60         </dependency>
61     </dependencies>
62
63     <build>
64         <plugins>
65             <plugin>
66                 <groupId>org.apache.felix</groupId>
67                 <artifactId>maven-bundle-plugin</artifactId>
68                 <configuration>
69                     <instructions>
70                         <Automatic-Module-Name>org.opendaylight.mdsal.yanglib.rfc7895</Automatic-Module-Name>
71                     </instructions>
72                 </configuration>
73             </plugin>
74             <plugin>
75                 <groupId>org.apache.aries.blueprint</groupId>
76                 <artifactId>blueprint-maven-plugin</artifactId>
77             </plugin>
78             <plugin>
79                 <groupId>org.apache.maven.plugins</groupId>
80                 <artifactId>maven-checkstyle-plugin</artifactId>
81                 <configuration>
82                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
83                 </configuration>
84             </plugin>
85             <plugin>
86                 <groupId>com.github.spotbugs</groupId>
87                 <artifactId>spotbugs-maven-plugin</artifactId>
88                 <configuration>
89                     <failOnError>true</failOnError>
90                 </configuration>
91             </plugin>
92         </plugins>
93     </build>
94     <scm>
95         <connection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</connection>
96         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</developerConnection>
97         <url>https://wiki.opendaylight.org/view/MD-SAL:Main</url>
98         <tag>HEAD</tag>
99     </scm>
100 </project>