Skip to content

Commit

Permalink
NUTCH-2697: Upgrade Ivy to fix the issue of an unset packaging.type p…
Browse files Browse the repository at this point in the history
…roperty. (#441)
  • Loading branch information
chrisgavin authored and lewismc committed Mar 2, 2019
1 parent dfd8602 commit 0b0fcea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion default.properties
Expand Up @@ -63,7 +63,7 @@ runtime.dir=./runtime
runtime.deploy=${runtime.dir}/deploy
runtime.local=${runtime.dir}/local

ivy.version=2.4.0
ivy.version=2.5.0-rc1
ivy.dir=${basedir}/ivy
ivy.file=${ivy.dir}/ivy.xml
ivy.jar=${ivy.dir}/ivy-${ivy.version}.jar
Expand Down
8 changes: 0 additions & 8 deletions ivy/ivysettings.xml
Expand Up @@ -38,14 +38,6 @@
value="[organisation]/[module]/[revision]/[module]-[revision](-[classifier])"/>
<property name="maven2.pattern.ext"
value="${maven2.pattern}.[ext]"/>
<!-- define packaging.type=jar to work around the failing dependency download of
javax.ws.rs-api.jar
required by Tika (1.19 and higher), cf.
https://github.com/eclipse-ee4j/jaxrs-api/issues/572
https://github.com/jax-rs/api/pull/576
-->
<property name="packaging.type"
value="jar"/>
<!-- pull in the local repository -->
<include url="${ivy.default.conf.dir}/ivyconf-local.xml"/>
<settings defaultResolver="default"/>
Expand Down

0 comments on commit 0b0fcea

Please sign in to comment.