diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-01-28 15:23:24 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-01-28 15:23:24 +0000 |
commit | 6b2535f0717abe2ecf3a00d665733b792626040a (patch) | |
tree | ee861bb6cd5aa783e3ed107fc62375785d0ab691 /pom.xml | |
parent | f96fd8b8dc0adbfea1d5a84ced5b56b499037f2e (diff) | |
download | jackcess-6b2535f0717abe2ecf3a00d665733b792626040a.tar.gz jackcess-6b2535f0717abe2ecf3a00d665733b792626040a.zip |
log4j is not required
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@225 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ <artifactId>log4j</artifactId> <version>1.2.7</version> <scope>runtime</scope> + <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> |