diff options
author | Yegor Kozlov <yegor@apache.org> | 2010-10-11 12:44:22 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2010-10-11 12:44:22 +0000 |
commit | 8ac5434914665f2a2f2db650d3a6c2286e9413a4 (patch) | |
tree | 10499970ec960c5035aa4504890b397efd052d55 /maven/poi.pom | |
parent | cdfa9574bd974a8136a7697a5db9c9191fa0dfb7 (diff) | |
download | poi-8ac5434914665f2a2f2db650d3a6c2286e9413a4.tar.gz poi-8ac5434914665f2a2f2db650d3a6c2286e9413a4.zip |
marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1021326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi.pom')
-rw-r--r-- | maven/poi.pom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index 6db0aa4ea3..9a04591238 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -64,12 +64,14 @@ <artifactId>commons-logging</artifactId> <version>1.1</version> <scope>runtime</scope> + <optional>true</optional> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.13</version> <scope>runtime</scope> + <optional>true</optional> </dependency> </dependencies> |