Skip to content

Commit

Permalink
update sqlite throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jan 28, 2025
1 parent 8c2340e commit 36881c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tika-gui-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@
</configuration>
</execution>
<execution>
<id>sqlite-jdbc-3.47.2.0</id>
<id>sqlite-jdbc-3.48.0.0</id>
<phase>prepare-package</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.47.2.0/sqlite-jdbc-3.47.2.0.jar</url>
<url>https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.48.0.0/sqlite-jdbc-3.48.0.0.jar</url>
<unpack>false</unpack>
<outputDirectory>${project.build.directory}/lib/db/sqlite</outputDirectory>
<md5>eeb1fbfb18ef4430f0dd512ba2730de2</md5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class PackageBinaries {
"com/h2database/h2/2.3.232/h2-2.3.232.jar",
"lib/db/h2");
JARS_TO_PATH.put(
"org/xerial/sqlite-jdbc/3.47.2.0/sqlite-jdbc-3.47.2.0.jar", "lib/db/sqlite");
"org/xerial/sqlite-jdbc/3.48.0.0/sqlite-jdbc-3.48.0.0.jar", "lib/db/sqlite");
JARS_TO_PATH.put(
"org/apache/tika/tika-pipes-iterator-s3/" +
TIKA_VERSION + "/tika-pipes-iterator-s3-" + TIKA_VERSION + ".jar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ org/apache/tika/tika-emitter-jdbc=tika-emitter-jdbc
org/apache/tika/tika-emitter-s3=tika-emitter-s3
org/apache/tika/tika-fetcher-s3=tika-fetcher-s3
com/h2database/h2/2.3.232/h2-2.3.232.jar=db/h2
org/xerial/sqlite-jdbc/3.47.2.0/sqlite-jdbc-3.47.2.0.jar=db/sqlite
org/xerial/sqlite-jdbc/3.48.0.0/sqlite-jdbc-3.48.0.0.jar=db/sqlite
org/postgresql/postgresql/42.7.5/postgresql-42.7.5.jar=db/postgresql

0 comments on commit 36881c2

Please sign in to comment.