summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Sutton <al.sutton@alsutton.com>2021-03-04 17:32:07 +0000
committerAl Sutton <al.sutton@alsutton.com>2021-03-04 17:32:07 +0000
commit721dd3e1ba7d49a5fa93d3d500130c7c227c5997 (patch)
tree3da76bff51943ff952fbee995819234c5869b7de
parentb5203de92384c816debc6ce103d6229f3c0fd37c (diff)
Update Guava to match version pulled through from solr dependencies
-rw-r--r--build.xml2
-rw-r--r--lib/guava-18.0.jarbin2256213 -> 0 bytes
-rw-r--r--lib/guava-30.1-jre.jarbin0 -> 3906867 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 37d67780c..f3106b406 100644
--- a/build.xml
+++ b/build.xml
@@ -188,7 +188,7 @@
<pathelement location="${lib}/commons-logging-1.2.jar" />
<pathelement location="${lib}/commons-math3-3.4.1.jar" />
<pathelement location="${lib}/fontbox-2.0.15.jar" />
- <pathelement location="${lib}/guava-18.0.jar" />
+ <pathelement location="${lib}/guava-30.1-jre.jar" />
<pathelement location="${lib}/httpclient-4.5.12.jar" />
<pathelement location="${lib}/httpcore-4.4.13.jar" />
<pathelement location="${lib}/httpmime-4.5.12.jar" />
diff --git a/lib/guava-18.0.jar b/lib/guava-18.0.jar
deleted file mode 100644
index 8f89e4901..000000000
--- a/lib/guava-18.0.jar
+++ /dev/null
Binary files differ
diff --git a/lib/guava-30.1-jre.jar b/lib/guava-30.1-jre.jar
new file mode 100644
index 000000000..dab80f395
--- /dev/null
+++ b/lib/guava-30.1-jre.jar
Binary files differ