diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-07-18 14:36:11 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-07-18 14:36:11 +0000 |
| commit | 0827d643ce33d021d621aade4757008252e9009c (patch) | |
| tree | 580854d120b3081d7ece404a4900b16d5a0f34eb /java/common | |
| parent | 12893c188fb12fb9295214ffbc2c4de9f48de965 (diff) | |
| download | qpid-python-0827d643ce33d021d621aade4757008252e9009c.tar.gz | |
Updates to pom files and Licensing/Notice files for M2 release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@557276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
| -rw-r--r-- | java/common/pom.xml | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml index a16573e066..0874a5416b 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -93,22 +93,34 @@ </executions> </plugin> - + </plugins> </build> <dependencies> - <dependency> + <dependency> + <groupId>commons-configuration</groupId> + <artifactId>commons-configuration</artifactId> + </dependency> + + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + </dependency> + + + + <dependency> <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> + <artifactId>slf4j-api</artifactId> <version>1.4.0</version> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.4.0</version> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.4.0</version> <scope>test</scope> </dependency> |
