<?xml version="1.0"?>
<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/maven-v4_0_0.xsd">

  <parent>
    <artifactId>utils</artifactId>
    <groupId>eu.cedarsoft</groupId>
    <version>1.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>eu.cedarsoft.utils</groupId>
  <artifactId>cmd</artifactId>
  <name>Cmd line Utils</name>
  <version>1.1</version>

  <description>Utils for access to the command line.</description>

  <dependencies>
    <dependency>
      <groupId>eu.cedarsoft.utils</groupId>
      <artifactId>common</artifactId>
    </dependency>
  </dependencies>

</project>