Skip to content

Commit 36f8513

Browse files
authored
Merge pull request #67 from jwojciec/65-Travis-config-fix
travis config updated to address build failure.
2 parents b73e88d + ed1b1ed commit 36f8513

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
language: java
2+
jdk: oraclejdk8
3+
dist: trusty

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
273273
<dependency>
274274
<groupId>org.apache.tika</groupId>
275275
<artifactId>tika-core</artifactId>
276-
<version>[1.20,)</version>
276+
<version>1.22</version>
277277
<exclusions>
278278
<exclusion>
279279
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)