Define a feature-parent
[yangtools.git] / xpath / yang-xpath-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2018 Pantheon Technologies, 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     <parent>
13         <groupId>org.opendaylight.yangtools</groupId>
14         <artifactId>bnd-parent</artifactId>
15         <version>13.0.6-SNAPSHOT</version>
16         <relativePath>../../bnd-parent</relativePath>
17     </parent>
18
19     <artifactId>yang-xpath-api</artifactId>
20     <version>13.0.6-SNAPSHOT</version>
21     <packaging>jar</packaging>
22     <name>${project.artifactId}</name>
23     <description>YANG XPath ${project.artifactId}</description>
24
25     <properties>
26         <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
27         <doclint>all,-missing</doclint>
28     </properties>
29
30     <dependencies>
31         <dependency>
32             <groupId>com.github.spotbugs</groupId>
33             <artifactId>spotbugs-annotations</artifactId>
34             <optional>true</optional>
35         </dependency>
36         <dependency>
37             <groupId>com.google.guava</groupId>
38             <artifactId>guava</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.eclipse.jdt</groupId>
42             <artifactId>org.eclipse.jdt.annotation</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.yangtools</groupId>
46             <artifactId>concepts</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.yangtools</groupId>
50             <artifactId>yang-common</artifactId>
51         </dependency>
52     </dependencies>
53 </project>