diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-09-12 12:20:16 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-09-12 12:20:16 +0000 |
commit | 966b10b933bc789209bc11a5372cd6f7eb2ded95 (patch) | |
tree | 9a3ead10b80a089140e69c7b0da06212def39bd9 /pom.xml | |
parent | 2e418ff2cb2d4452812886a0f29b8652494fc077 (diff) | |
download | jackcess-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.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |