Revert "ARM64 지원을 위한 라이브러리 의존성 추가"
This reverts commit 451cb5006d35c5dba88177f97445f3cbca0b765b. 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.
@d3d9d2e418e12334fc3374c186968f396585f689
--- build.sbt
+++ build.sbt
... | ... | @@ -12,9 +12,6 @@ |
12 | 12 |
javaEbean, |
13 | 13 |
javaWs, |
14 | 14 |
cache, |
15 |
- // for ARM64 |
|
16 |
- "net.java.dev.jna" % "jna" % "4.3.0", |
|
17 |
- "net.java.dev.jna" % "jna-platform" % "4.3.0", |
|
18 | 15 |
// PlayAuthenticat for social login |
19 | 16 |
// https://github.com/joscha/play-authenticate |
20 | 17 |
"com.feth" %% "play-authenticate" % "0.6.9", |
... | ... | @@ -40,7 +37,7 @@ |
40 | 37 |
// javahl |
41 | 38 |
"org.tmatesoft.svnkit" % "svnkit-javahl16" % "1.8.11", |
42 | 39 |
"net.sourceforge.jexcelapi" % "jxl" % "2.6.10", |
43 |
- // shiro |
|
40 |
+// shiro |
|
44 | 41 |
"org.apache.shiro" % "shiro-core" % "1.2.1", |
45 | 42 |
// commons-codec |
46 | 43 |
"commons-codec" % "commons-codec" % "1.2", |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?