<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.opendaylight.mdsal</groupId>
    <artifactId>binding-parent</artifactId>
    <version>0.13.2</version>
    <relativePath>../../..//mdsal/binding/binding-parent</relativePath>
  </parent>

  <groupId>org.opendaylight.controller</groupId>
  <artifactId>config-subsystem</artifactId>
  <version>0.9.2</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>

  <modules>
    <module>threadpool-config-api</module>
    <module>netty-config-api</module>
    <module>threadpool-config-impl</module>
    <module>netty-threadgroup-config</module>
    <module>netty-event-executor-config</module>
    <module>netty-timer-config</module>
    <module>config-artifacts</module>
  </modules>

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>config-artifacts</artifactId>
        <version>0.9.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
