summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-01-28 15:23:24 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-01-28 15:23:24 +0000
commit6b2535f0717abe2ecf3a00d665733b792626040a (patch)
treeee861bb6cd5aa783e3ed107fc62375785d0ab691 /pom.xml
parentf96fd8b8dc0adbfea1d5a84ced5b56b499037f2e (diff)
downloadjackcess-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9142143..abd00e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@
<artifactId>log4j</artifactId>
<version>1.2.7</version>
<scope>runtime</scope>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>