summaryrefslogtreecommitdiff
path: root/qpid/java/lib/poms/commons-cli-1.0.pom
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/lib/poms/commons-cli-1.0.pom')
-rw-r--r--qpid/java/lib/poms/commons-cli-1.0.pom76
1 files changed, 0 insertions, 76 deletions
diff --git a/qpid/java/lib/poms/commons-cli-1.0.pom b/qpid/java/lib/poms/commons-cli-1.0.pom
deleted file mode 100644
index cfc5a04d78..0000000000
--- a/qpid/java/lib/poms/commons-cli-1.0.pom
+++ /dev/null
@@ -1,76 +0,0 @@
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
- <name>CLI</name>
- <version>1.0</version>
- <description>Commons CLI provides a simple API for working with the command line arguments and options.</description>
- <inceptionYear>2002</inceptionYear>
- <developers>
- <developer>
- <id>jstrachan</id>
- <name>James Strachan</name>
- <email>jstrachan@apache.org</email>
- <organization>SpiritSoft, Inc.</organization>
- </developer>
- <developer>
- <id>bob</id>
- <name>bob mcwhirter</name>
- <email>bob@werken.com</email>
- <organization>Werken</organization>
- </developer>
- <developer>
- <id>jkeyes</id>
- <name>John Keyes</name>
- <email>jbjk@mac.com</email>
- <organization>integral Source</organization>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Berin Loritsch</name>
- <email>bloritsch@apache.org</email>
- <roles>
- <role>helped in the Avalon CLI merge</role>
- </roles>
- </contributor>
- <contributor>
- <name>Peter Maddocks</name>
- <email>peter_maddocks@hp.com</email>
- <organization>Hewlett-Packard</organization>
- <roles>
- <role>supplied patch</role>
- </roles>
- </contributor>
- </contributors>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*Test*.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.7</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project> \ No newline at end of file