Repository: accumulo Updated Branches: refs/heads/master 5953f7845 -> ca4e15b5d
ACCUMULO-3381 add accumulo-trace back into assembly Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ca4e15b5 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ca4e15b5 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ca4e15b5 Branch: refs/heads/master Commit: ca4e15b5d11c18459795ed36f9de222ed70193d7 Parents: 5953f78 Author: Billie Rinaldi <[email protected]> Authored: Mon Dec 8 13:32:50 2014 -0800 Committer: Billie Rinaldi <[email protected]> Committed: Mon Dec 8 13:32:50 2014 -0800 ---------------------------------------------------------------------- assemble/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ca4e15b5/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 0999555..c764091 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -114,6 +114,10 @@ </dependency> <dependency> <groupId>org.apache.accumulo</groupId> + <artifactId>accumulo-trace</artifactId> + </dependency> + <dependency> + <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-tracer</artifactId> </dependency> <dependency>
