Repository: incubator-blur
Updated Branches:
  refs/heads/master f81e0106b -> a0c27fc48


Fixed compile issue because blur-core wasn't including blur-query test jar


Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/a0c27fc4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/a0c27fc4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/a0c27fc4

Branch: refs/heads/master
Commit: a0c27fc483c3f8c0eaa83e82b9b7939808367102
Parents: f81e010
Author: Chris Rohr <[email protected]>
Authored: Fri Dec 19 06:26:45 2014 -0500
Committer: Chris Rohr <[email protected]>
Committed: Fri Dec 19 06:26:45 2014 -0500

----------------------------------------------------------------------
 blur-core/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/a0c27fc4/blur-core/pom.xml
----------------------------------------------------------------------
diff --git a/blur-core/pom.xml b/blur-core/pom.xml
index c04100a..42e79bb 100644
--- a/blur-core/pom.xml
+++ b/blur-core/pom.xml
@@ -67,6 +67,13 @@ under the License.
                </dependency>
                <dependency>
                        <groupId>org.apache.blur</groupId>
+                       <artifactId>blur-query</artifactId>
+                       <type>test-jar</type>
+                       <version>${project.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.blur</groupId>
                        <artifactId>blur-gui</artifactId>
                        <version>${project.version}</version>
                        <type>jar</type>

Reply via email to