mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
Update sqlite jdbc dependency (#7031)
# Important Notes Update `sqlite-jdbc`
This commit is contained in:
parent
dad57e6c7d
commit
35ef358121
@ -485,7 +485,7 @@ val scalatestVersion = "3.3.0-SNAP4"
|
||||
val shapelessVersion = "2.3.10"
|
||||
val slf4jVersion = "1.7.36"
|
||||
val slickVersion = "3.4.1"
|
||||
val sqliteVersion = "3.41.2.1"
|
||||
val sqliteVersion = "3.42.0.0"
|
||||
val tikaVersion = "2.4.1"
|
||||
val typesafeConfigVersion = "1.4.2"
|
||||
val junitVersion = "4.13.2"
|
||||
@ -1594,6 +1594,12 @@ lazy val `engine-runner` = project
|
||||
.mkString(File.pathSeparator)
|
||||
Seq(s"-Dtruffle.class.path.append=$runtimeClasspath")
|
||||
},
|
||||
packageOptions := Seq(
|
||||
// The `Multi-Release: true` comes from the `org.xerial/sqlite-jdbc` dependency.
|
||||
// But the current version of sbt-assembly does not allow to merge MANIFEST.MF
|
||||
// files this way.
|
||||
Package.ManifestAttributes(("Multi-Release", "true"))
|
||||
),
|
||||
Compile / run / mainClass := Some("org.enso.runner.Main"),
|
||||
assembly / mainClass := (Compile / run / mainClass).value,
|
||||
assembly / assemblyJarName := "runner.jar",
|
||||
|
@ -433,7 +433,7 @@ Copyright notices related to this dependency can be found in the directory `org.
|
||||
|
||||
'sqlite-jdbc', licensed under the The Apache Software License, Version 2.0, is distributed with the engine.
|
||||
The license information can be found along with the copyright notices.
|
||||
Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.41.2.1`.
|
||||
Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.42.0.0`.
|
||||
|
||||
|
||||
'snakeyaml', licensed under the Apache License, Version 2.0, is distributed with the engine.
|
||||
|
@ -13,5 +13,5 @@ Copyright notices related to this dependency can be found in the directory `org.
|
||||
|
||||
'sqlite-jdbc', licensed under the The Apache Software License, Version 2.0, is distributed with the Database.
|
||||
The license information can be found along with the copyright notices.
|
||||
Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.41.2.1`.
|
||||
Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.42.0.0`.
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
A3B875E753CDAF89505D461A995C45B4FA642314D80643553FD7240B4FA74C90
|
||||
6530792085181ABADE80EF0CC6B3AC657303E3DD042783392F8A09B0BAD9502D
|
||||
4DFA19B7C7AB8984E827C35E9CA6EF40CC3B246094BB0A763D65AD6BF76F0D26
|
||||
A9799420579F008532E370B2E2B7D3A811348AE47C8B408E238B741B68AC5224
|
||||
0
|
||||
|
@ -1,3 +1,3 @@
|
||||
D814B9D4BDAF3D2BCF2AC66A8A203FD1D1457A607E0B7FCF770C4EC866A2FCC4
|
||||
BD98F8E15FA9593D6D137F492F1E68D238508A95184A9B2649396F7C185738C5
|
||||
F71AC5DBF4A656ED73C4C66E137A81B6EC6CA5A415270F1FD17E13498816540C
|
||||
73FBF5BE43004B2B05E9BF4FFDCE8B46CED8459B9D5FBBC1A6D335917E082999
|
||||
0
|
||||
|
Loading…
Reference in New Issue
Block a user