aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-09-12 12:20:16 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-09-12 12:20:16 +0000
commit966b10b933bc789209bc11a5372cd6f7eb2ded95 (patch)
tree9a3ead10b80a089140e69c7b0da06212def39bd9 /pom.xml
parent2e418ff2cb2d4452812886a0f29b8652494fc077 (diff)
downloadjackcess-966b10b933bc789209bc11a5372cd6f7eb2ded95.tar.gz
jackcess-966b10b933bc789209bc11a5372cd6f7eb2ded95.zip
initial support for blob creation/parsing
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@797 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 155c147..ce22f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,16 @@
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
- </dependency>
+ </dependency>
+
+ <!-- Only necessary if working with compound ole data -->
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>3.9</version>
+ <optional>true</optional>
+ </dependency>
+
</dependencies>
<reporting>
<plugins>