DOYUNG YOON created S2GRAPH-96:
----------------------------------
Summary: Remove unmanaged dependencies(asynchbase) and speficy it
on build.sbt
Key: S2GRAPH-96
URL: https://issues.apache.org/jira/browse/S2GRAPH-96
Project: S2Graph
Issue Type: Sub-task
Affects Versions: 0.1.0
Reporter: DOYUNG YOON
Assignee: DOYUNG YOON
Priority: Blocker
Fix For: 0.1.0
Currently there is asynchbase jar in s2core/lib folder. for source release, I
think we can't include any binary in our source release package, so I am
suggesting remove jar file in project.
Alternately we can specify as following on our build.sbt.
{noformat}
"org.hbase" % "asynchbase" % "1.7.2-S2GRAPH" from
"https://github.com/SteamShon/asynchbase/raw/mvn-repo/org/hbase/asynchbase/1.7.2-S2GRAPH/asynchbase-1.7.2-S2GRAPH-jar-with-dependencies.jar"
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)