BUG 2839: Config: remove dependencies on commons-io
[controller.git] / opendaylight / config / yang-test-plugin / 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   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>config-plugin-parent</artifactId>
7     <version>0.4.0-SNAPSHOT</version>
8     <relativePath>../config-plugin-parent</relativePath>
9   </parent>
10   <artifactId>yang-test-plugin</artifactId>
11   <packaging>maven-plugin</packaging>
12   <name>${project.artifactId}</name>
13
14   <description>Remove generated source files, after new files generation, implementation is inserted.</description>
15
16   <dependencies>
17     <dependency>
18       <groupId>org.apache.maven</groupId>
19       <artifactId>maven-plugin-api</artifactId>
20       <version>${maven.plugin.api.version}</version>
21     </dependency>
22   </dependencies>
23 </project>