Repository: incubator-blur Updated Branches: refs/heads/master 17ccb8990 -> 5a7d0f9de
Adding blur command lib to the distribution. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/ac0c74e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/ac0c74e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/ac0c74e7 Branch: refs/heads/master Commit: ac0c74e7082414041c6813898e10a0390c860c71 Parents: 17ccb89 Author: Aaron McCurry <[email protected]> Authored: Fri Oct 31 09:11:34 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Fri Oct 31 09:11:34 2014 -0400 ---------------------------------------------------------------------- distribution/pom.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/ac0c74e7/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 6c7df25..48beffb 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -39,12 +39,17 @@ under the License. <artifactId>blur-shell</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.apache.blur</groupId> - <artifactId>blur-console</artifactId> - <version>${project.version}</version> - <classifier>webapp</classifier> - </dependency> + <dependency> + <groupId>org.apache.blur</groupId> + <artifactId>blur-command</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.blur</groupId> + <artifactId>blur-console</artifactId> + <version>${project.version}</version> + <classifier>webapp</classifier> + </dependency> </dependencies> <build>
