Skip to content

Commit

Permalink
ISSUE-24 Failure in updating Apache Tika 1.19.1 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Oct 19, 2018
1 parent 2359fc7 commit 07a4a4f
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 1 deletion.
20 changes: 20 additions & 0 deletions crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,26 @@
<groupId>org.apache.oodt</groupId>
<artifactId>cas-crawler</artifactId>
<version>${oodt.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
20 changes: 20 additions & 0 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,32 @@
<groupId>org.apache.oodt</groupId>
<artifactId>cas-filemgr</artifactId>
<version>${oodt.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>pcs-core</artifactId>
<version>${oodt.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
20 changes: 20 additions & 0 deletions filemgr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,26 @@
<groupId>org.apache.oodt</groupId>
<artifactId>cas-filemgr</artifactId>
<version>${oodt.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
20 changes: 20 additions & 0 deletions pcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,26 @@
<groupId>org.apache.oodt</groupId>
<artifactId>pcs-core</artifactId>
<version>${oodt.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
13 changes: 13 additions & 0 deletions pge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,21 @@
<groupId>org.apache.oodt</groupId>
<artifactId>cas-crawler</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<oodt.version>1.2.5</oodt.version>
<oodt.pge.version>1.2.5</oodt.pge.version>
<tika.version>1.19.1</tika.version>
<!-- Maven plugin dependencies -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
Expand Down
15 changes: 14 additions & 1 deletion resmgr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<artifactId>cas-resource</artifactId>
<version>${oodt.version}</version>
</dependency>
<dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-pge</artifactId>
<version>${oodt.pge.version}</version>
Expand All @@ -86,8 +86,21 @@
<groupId>org.apache.oodt</groupId>
<artifactId>cas-crawler</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>${tika.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 07a4a4f

Please sign in to comment.