mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-4366 / REPO-4458: Update tika library (#131)
* Update tika library to version 1.21-20190624-alfresco-patched * Remove the commons-lang exclusion, since the new tika doesn't have a dependency on it.
This commit is contained in:
committed by
Ancuta Morarasu
parent
f5e288d808
commit
fd01e27cd9
8
pom.xml
8
pom.xml
@@ -319,12 +319,12 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika-core</artifactId>
|
||||
<version>1.17-20180201-alfresco-patched</version>
|
||||
<version>1.21-20190624-alfresco-patched</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika-parsers</artifactId>
|
||||
<version>1.17-20180201-alfresco-patched</version>
|
||||
<version>1.21-20190624-alfresco-patched</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.tdunning</groupId>
|
||||
@@ -338,10 +338,6 @@
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user