9d98118c8ab97e53dc231710e7b0d8c9d22d7d37
[tsdr.git] / features / odl-tsdr-elasticsearch / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>4.0.9</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.tsdr</groupId>
13     <artifactId>odl-tsdr-elasticsearch</artifactId>
14     <version>1.7.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>ODL :: tsdr :: elasticsearch</name>
18
19      <dependencyManagement>
20         <dependencies>
21             <dependency>
22                 <groupId>${project.groupId}</groupId>
23                 <artifactId>tsdr-artifacts</artifactId>
24                 <version>${project.version}</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31
32     <dependencies>
33       <!-- TSDR dependencies -->
34       <dependency>
35           <groupId>org.opendaylight.tsdr</groupId>
36           <artifactId>odl-tsdr-core</artifactId>
37           <version>${project.version}</version>
38           <type>xml</type>
39           <classifier>features</classifier>
40       </dependency>
41         <dependency>
42           <groupId>org.opendaylight.tsdr</groupId>
43           <artifactId>tsdr-persistence-elasticsearch</artifactId>
44           <version>${project.version}</version>
45       </dependency>
46   </dependencies>
47 </project>