Repository: kylin
Updated Branches:
  refs/heads/KYLIN-1356 cc50f9cd5 -> af5cd2b00


fix classnotdef


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

Branch: refs/heads/KYLIN-1356
Commit: af5cd2b000d2e98d233a051e4e0300755ad8b65e
Parents: cc50f9c
Author: honma <ho...@ebay.com>
Authored: Fri Jan 22 11:40:08 2016 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Jan 22 11:40:08 2016 +0800

----------------------------------------------------------------------
 kylin-it/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/af5cd2b0/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index 82e2d3e..7dccbc6 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -133,6 +133,11 @@
             <version>${project.parent.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
             <scope>test</scope>

Reply via email to