This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b74cdf  fix dependencies in tika-example
5b74cdf is described below

commit 5b74cdf34e4d88ecad1e856fae75d6b57e6bb5fa
Author: tallison <[email protected]>
AuthorDate: Wed May 19 10:01:22 2021 -0400

    fix dependencies in tika-example
---
 tika-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index f12304e..c8d9b88 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -70,7 +70,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>
-      <artifactId>tika-transcribe</artifactId>
+      <artifactId>tika-transcribe-aws</artifactId>
       <version>${project.version}</version>
       <exclusions>
         <exclusion>

Reply via email to