blob: 30fcac5b30a56aa449637b0acfaa52dbb19332f5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.epsilon</groupId>
<artifactId>org.eclipse.epsilon.common.cli</artifactId>
<name>Eclipse Epsilon Common CLI Components</name>
<parent>
<groupId>org.eclipse.epsilon</groupId>
<artifactId>epsilon-plain-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../../pom-plain.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.epsilon.common</artifactId>
<version>${project.version}</version>
</dependency>
<!-- NOTE: versions are not set here, but from the <dependencyManagement> of
the root plain Maven POM. This is done to ensure we depend on a
consistent set of versions across Epsilon. -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
</project>