mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add dependencyResolutionManagement
This commit is contained in:
parent
d94ec8e144
commit
426b59d13e
3 changed files with 42 additions and 25 deletions
|
@ -1,2 +1,29 @@
|
|||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
library("bouncycastle", "org.bouncycastle", "bcprov-jdk15on").version("1.70")
|
||||
library("jackson.databind", "com.fasterxml.jackson.core", "jackson-databind").version("2.14.2")
|
||||
library("argparse4j", "net.sourceforge.argparse4j", "argparse4j").version("0.9.0")
|
||||
library("dbusjava", "com.github.hypfvieh", "dbus-java-transport-native-unixsocket").version("4.2.1")
|
||||
version("slf4j", "2.0.6")
|
||||
library("slf4j.api", "org.slf4j", "slf4j-api").versionRef("slf4j")
|
||||
library("slf4j.jul", "org.slf4j", "jul-to-slf4j").versionRef("slf4j")
|
||||
library("logback", "ch.qos.logback", "logback-classic").version("1.4.5")
|
||||
|
||||
|
||||
library("signalservice", "com.github.turasa", "signal-service-java").version("2.15.3_unofficial_66")
|
||||
library("protobuf", "com.google.protobuf", "protobuf-javalite").version("3.22.0")
|
||||
library("sqlite", "org.xerial", "sqlite-jdbc").version("3.40.1.0")
|
||||
library("hikari", "com.zaxxer", "HikariCP").version("5.0.1")
|
||||
library("junit", "org.junit.jupiter", "junit-jupiter").version("5.9.2")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "signal-cli"
|
||||
include("lib")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue