Merge "Fixing null pointer error on node delete and executor shutdown."
[ovsdb.git] / utils / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2015 Red Hat, Inc. and others. 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <artifactId>commons</artifactId>
16     <groupId>org.opendaylight.ovsdb</groupId>
17     <version>1.3.0-SNAPSHOT</version>
18     <relativePath>../commons/parent/pom.xml</relativePath>
19   </parent>
20
21   <artifactId>utils</artifactId>
22   <version>1.0.0-SNAPSHOT</version>
23   <name>${project.artifactId}</name>
24   <packaging>pom</packaging>
25
26   <prerequisites>
27     <maven>3.1.1</maven>
28   </prerequisites>
29   <modules>
30     <module>config</module>
31     <module>mdsal-node</module>
32     <module>mdsal-openflow</module>
33     <module>servicehelper</module>
34   </modules>
35 </project>