| commit | 60ae71c5eaf0787ab746b180a4577025d72162c3 | [log] [tgz] |
|---|---|---|
| author | Christian Aistleitner <christian@quelltextlich.at> | Fri Aug 07 00:42:49 2015 +0200 |
| committer | Christian Aistleitner <christian@quelltextlich.at> | Fri Aug 07 00:42:49 2015 +0200 |
| tree | 70970b46e7014e6941507253858b8676c8ac5e7e | |
| parent | df2605d0c3acca62d53924f660efcaa71ac4fc15 [diff] |
Add direct dependency on commons-io to plugin definition
Although x-docs provides its own variant of commons-io through the
dependency chain
x-docs ->
//plugins/x-docs/lib/docx4j:docx4j_lib ->
//plugins/x-docs/lib/commons:commons_lib ->
//plugins/x-docs/lib/commons:io
, compiling the plugin nontheless failed [1] after Gerrit core stopped
providing its version of commons-io. Hence, to make x-docs compile
again, we add a direct dependency on commons-io to the plugin
definition.
[1] The error message was (reformatted for shorter line length):
[...]/plugins/x-docs/[...]/Formatters.java:43: error:
package org.apache.commons.io does not exist
import org.apache.commons.io.FilenameUtils;
^
. For full logs, see
http://builds.quelltextlich.at/gerrit/nightly/master/2015-08-06/x-docs.jar.build.stderr.txt
http://builds.quelltextlich.at/gerrit/nightly/master/2015-08-06/index.html#x-docs.jar
Change-Id: I34bbc68e74c3798fb789d571001cf38ee2301b61