Repository: incubator-blur Updated Branches: refs/heads/master 0b08c1f3b -> 521632e8f
Fixing pom file. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/521632e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/521632e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/521632e8 Branch: refs/heads/master Commit: 521632e8f8aec5618b33036f03c0a2613c923b1b Parents: 0b08c1f Author: Aaron McCurry <[email protected]> Authored: Mon Jan 12 20:47:56 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Mon Jan 12 20:47:56 2015 -0500 ---------------------------------------------------------------------- blur-hive/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/521632e8/blur-hive/pom.xml ---------------------------------------------------------------------- diff --git a/blur-hive/pom.xml b/blur-hive/pom.xml index 6fb3a6c..cbcc7b7 100644 --- a/blur-hive/pom.xml +++ b/blur-hive/pom.xml @@ -156,7 +156,7 @@ </exclusion> <exclusion> <groupId>org.apache.blur</groupId> - <artifactId>blur-gui</artifactId> + <artifactId>blur-status</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.jetty</groupId> @@ -207,7 +207,7 @@ </exclusion> <exclusion> <groupId>org.apache.blur</groupId> - <artifactId>blur-gui</artifactId> + <artifactId>blur-status</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.jetty</groupId> @@ -252,7 +252,7 @@ </exclusion> <exclusion> <groupId>org.apache.blur</groupId> - <artifactId>blur-gui</artifactId> + <artifactId>blur-status</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.jetty</groupId>
