Updated Branches: refs/heads/blur-console-v2 c6e64403a -> 7d3dcb02d
Removed an unnecessary library Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/7d3dcb02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/7d3dcb02 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/7d3dcb02 Branch: refs/heads/blur-console-v2 Commit: 7d3dcb02d601c29e0ac44dd4009c0237cf461c72 Parents: c6e6440 Author: Chris Rohr <[email protected]> Authored: Tue Oct 8 14:08:42 2013 -0400 Committer: Chris Rohr <[email protected]> Committed: Tue Oct 8 14:08:42 2013 -0400 ---------------------------------------------------------------------- contrib/blur-console/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7d3dcb02/contrib/blur-console/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/blur-console/pom.xml b/contrib/blur-console/pom.xml index e7b9483..2617fe5 100644 --- a/contrib/blur-console/pom.xml +++ b/contrib/blur-console/pom.xml @@ -45,11 +45,11 @@ under the License. <artifactId>blur-core</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <!-- dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-grizzly</artifactId> <version>1.8</version> - </dependency> + </dependency --> </dependencies> <build>
