[
https://issues.apache.org/jira/browse/GEARPUMP-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15669718#comment-15669718
]
ASF GitHub Bot commented on GEARPUMP-233:
-----------------------------------------
Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/107#discussion_r88181338
--- Diff: project/BuildExternals.scala ---
@@ -80,7 +80,7 @@ object BuildExternals extends sbt.Build {
exclude("log4j", "log4j")
)
))
- .dependsOn (core % "provided", streaming % "test->test; provided")
+ .dependsOn (core, streaming % "test->test; provided")
--- End diff --
the core dependency is always `provided`. please add `core % "provided"`
dependency to `example_hbase` project
> Add hbase-example
> -----------------
>
> Key: GEARPUMP-233
> URL: https://issues.apache.org/jira/browse/GEARPUMP-233
> Project: Apache Gearpump
> Issue Type: New Feature
> Components: examples, hbase
> Reporter: Kaifang Bao
> Assignee: Kaifang Bao
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)