Repository: incubator-htrace Updated Branches: refs/heads/master 796e2438f -> 0db15ee34
HTRACE-46. htrace-core: shade all of jackson, not just jackson-core (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/0db15ee3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/0db15ee3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/0db15ee3 Branch: refs/heads/master Commit: 0db15ee34d82249e646fad7ed92b29d975fac38c Parents: 796e243 Author: Colin P. Mccabe <[email protected]> Authored: Wed Dec 31 14:40:31 2014 -0800 Committer: Colin P. Mccabe <[email protected]> Committed: Wed Dec 31 14:49:00 2014 -0800 ---------------------------------------------------------------------- htrace-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/0db15ee3/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 54c6c6c..bd0b65e 100644 --- a/htrace-core/pom.xml +++ b/htrace-core/pom.xml @@ -61,8 +61,8 @@ language governing permissions and limitations under the License. --> <shadedPattern>org.apache.htrace.commons.logging</shadedPattern> </relocation> <relocation> - <pattern>com.fasterxml.jackson.core</pattern> - <shadedPattern>org.apache.htrace.fasterxml.jackson.core</shadedPattern> + <pattern>com.fasterxml.jackson</pattern> + <shadedPattern>org.apache.htrace.fasterxml.jackson</shadedPattern> </relocation> </relocations> </configuration>
