Release Sodium
[netvirt.git] / alarm / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3  Copyright (c) 2017 6WIND, Inc. All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10          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.netvirt</groupId>
15         <artifactId>binding-parent</artifactId>
16         <version>0.9.1</version>
17         <relativePath>../../commons/binding-parent</relativePath>
18     </parent>
19
20     <artifactId>alarm-impl</artifactId>
21     <name>ODL :: netvirt :: ${project.artifactId}</name>
22     <packaging>bundle</packaging>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.genius</groupId>
27             <artifactId>itm-api</artifactId>
28             <version>${genius.version}</version>
29         </dependency>
30     </dependencies>
31 </project>