summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath4
-rw-r--r--build.xml4
-rw-r--r--lib/poi-3.16.License (renamed from lib/poi-3.15.License)0
-rw-r--r--lib/poi-3.16.jar (renamed from lib/poi-3.15.jar)bin2579580 -> 2679259 bytes
-rw-r--r--lib/poi-scratchpad-3.15.jarbin1324935 -> 0 bytes
-rw-r--r--lib/poi-scratchpad-3.16.jarbin0 -> 1384931 bytes
-rw-r--r--pom.xml4
7 files changed, 6 insertions, 6 deletions
diff --git a/.classpath b/.classpath
index 9fd74a536..2d5343a00 100644
--- a/.classpath
+++ b/.classpath
@@ -40,8 +40,8 @@
<classpathentry kind="lib" path="lib/pdfbox-2.0.7.jar"/>
<classpathentry kind="lib" path="lib/bcmail-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15-1.46.jar"/>
- <classpathentry kind="lib" path="lib/poi-3.15.jar"/>
- <classpathentry kind="lib" path="lib/poi-scratchpad-3.15.jar"/>
+ <classpathentry kind="lib" path="lib/poi-3.16.jar"/>
+ <classpathentry kind="lib" path="lib/poi-scratchpad-3.16.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/chardet.jar"/>
diff --git a/build.xml b/build.xml
index 656b0598f..e6fb4ead1 100644
--- a/build.xml
+++ b/build.xml
@@ -247,8 +247,8 @@
<pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/langdetect.jar" />
<pathelement location="${lib}/pdfbox-2.0.7.jar" />
- <pathelement location="${lib}/poi-3.15.jar" />
- <pathelement location="${lib}/poi-scratchpad-3.15.jar" />
+ <pathelement location="${lib}/poi-3.16.jar" />
+ <pathelement location="${lib}/poi-scratchpad-3.16.jar" />
<pathelement location="${lib}/slf4j-api-1.7.24.jar" />
<pathelement location="${lib}/slf4j-jdk14-1.7.24.jar" />
<pathelement location="${lib}/solr-core-6.6.0.jar" />
diff --git a/lib/poi-3.15.License b/lib/poi-3.16.License
index 9942ab17d..9942ab17d 100644
--- a/lib/poi-3.15.License
+++ b/lib/poi-3.16.License
diff --git a/lib/poi-3.15.jar b/lib/poi-3.16.jar
index ab368bd61..1831e3c80 100644
--- a/lib/poi-3.15.jar
+++ b/lib/poi-3.16.jar
Binary files differ
diff --git a/lib/poi-scratchpad-3.15.jar b/lib/poi-scratchpad-3.15.jar
deleted file mode 100644
index f68ae818d..000000000
--- a/lib/poi-scratchpad-3.15.jar
+++ /dev/null
Binary files differ
diff --git a/lib/poi-scratchpad-3.16.jar b/lib/poi-scratchpad-3.16.jar
new file mode 100644
index 000000000..778845440
--- /dev/null
+++ b/lib/poi-scratchpad-3.16.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index 08f2aac60..1dcb84f8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,13 +513,13 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
- <version>3.15</version>
+ <version>3.16</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
- <version>3.15</version>
+ <version>3.16</version>
<type>jar</type>
</dependency>
<dependency>