Skip to content

Commit

Permalink
Revert "ARM64 지원을 위한 라이브러리 의존성 추가"
Browse files Browse the repository at this point in the history
This reverts commit 451cb50.

In a some systems, it is needed to install native library additionally.
So, now I think it is need to be thought again a bit more carefully.
  • Loading branch information
doortts committed Feb 15, 2017
1 parent ab0cec4 commit d3d9d2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ libraryDependencies ++= Seq(
javaEbean,
javaWs,
cache,
// for ARM64
"net.java.dev.jna" % "jna" % "4.3.0",
"net.java.dev.jna" % "jna-platform" % "4.3.0",
// PlayAuthenticat for social login
// https://github.com/joscha/play-authenticate
"com.feth" %% "play-authenticate" % "0.6.9",
Expand All @@ -40,7 +37,7 @@ libraryDependencies ++= Seq(
// javahl
"org.tmatesoft.svnkit" % "svnkit-javahl16" % "1.8.11",
"net.sourceforge.jexcelapi" % "jxl" % "2.6.10",
// shiro
// shiro
"org.apache.shiro" % "shiro-core" % "1.2.1",
// commons-codec
"commons-codec" % "commons-codec" % "1.2",
Expand Down

0 comments on commit d3d9d2e

Please sign in to comment.