Skip to content

Commit

Permalink
#23934 Tika bundle version has been upgraded.
Browse files Browse the repository at this point in the history
* New Tika version 2.7.0 (latest)

* Tika dependencies are included into tika plugin.
  • Loading branch information
daniel.colina committed Apr 19, 2023
1 parent c4e2d07 commit 379ea12
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions dotCMS/build.gradle
Expand Up @@ -266,17 +266,7 @@ dependencies {
felix group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'

//// Felix system configuration
felixsystem group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
felixsystem group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'

felixsystem(group: 'org.apache.tika', name: 'tika-core', version: '1.19') {
transitive = false
}
felixsystem(group: 'org.apache.tika', name: 'tika-bundle', version: '1.19') {
transitive = false
}
felixsystem group: 'com.dotcms.tika', name: 'com.dotcms.tika', version: '0.2'

felixsystem group: 'com.dotcms.tika', name: 'com.dotcms.tika', version: '2.7.0'
felixsystem group: 'com.dotcms.samlbundle', name: 'com.dotcms.samlbundle', version: '22.03'

//// starter config
Expand Down

0 comments on commit 379ea12

Please sign in to comment.