| commit | 808f5f8deaa8a59a12b49a7736d9949177affa51 | [log] [tgz] |
|---|---|---|
| author | Christian Aistleitner <christian@quelltextlich.at> | Thu Jun 25 17:24:59 2015 +0200 |
| committer | Edwin Kempin <edwin.kempin@gmail.com> | Fri Jun 26 06:38:18 2015 +0000 |
| tree | 86d253c330ce315dce18ce0fa7dfe4a524205529 | |
| parent | 98ced021ec37b3b45e08bb09f470d942c25dbb87 [diff] |
Add commons-codec library which is needed for PutHttpPassword
PutHttpPassword relies on org.apache.commons.codec.binary.Base64
without bringing the corresponding library into the set of
dependencies. Hence, building in-tree fails with
[...]/plugins/serviceuser/[...]/PutHttpPassword.java:31: error: package org.apache.commons.codec.binary does not exist
import org.apache.commons.codec.binary.Base64;
^
(see [1] and [2]). By adding the commons-codec dependency, the plugin
builds and loads again, when building in-tree and in standalone mode.
[1] http://builds.quelltextlich.at/gerrit/nightly/master/2015-06-25/serviceuser.jar.build.stderr.txt
[2] http://builds.quelltextlich.at/gerrit/nightly/master/2015-06-25/index.html#serviceuser.jar
Change-Id: Idf54d41ac8735665e77629abde9fc78881497f19