File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
native-server/src/main/resources/META-INF/native-image Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
56
56
val scala3Async =
57
57
" com.github.rssh" %% " shim-scala-async-dotty-cps-async" % " 0.9.23" // allows cross compilation w/o changes in source code
58
58
59
- val scalikeJdbc = " org.scalikejdbc" %% " scalikejdbc" % " 4.3.2 "
59
+ val scalikeJdbc = " org.scalikejdbc" %% " scalikejdbc" % " 4.3.4 "
60
60
val h2 = " com.h2database" % " h2" % " 2.2.224"
61
61
62
62
val common = Seq (scalalogging)
Original file line number Diff line number Diff line change 461
461
{
462
462
"name" :" org.apache.commons.logging.impl.Log4JLogger"
463
463
},
464
+ {
465
+ "name" :" org.apache.commons.logging.impl.Log4jApiLogFactory"
466
+ },
464
467
{
465
468
"name" :" org.apache.commons.logging.impl.LogFactoryImpl" ,
466
469
"methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
467
470
},
471
+ {
472
+ "name" :" org.apache.commons.logging.impl.Slf4jLogFactory" ,
473
+ "methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
474
+ },
468
475
{
469
476
"name" :" org.apache.commons.logging.impl.WeakHashtable" ,
470
477
"methods" :[{"name" :" <init>" ,"parameterTypes" :[] }]
You can’t perform that action at this time.
0 commit comments