add dep to slf4j
This commit is contained in:
parent
984dadd1c2
commit
33bfa2ea66
|
@ -983,14 +983,14 @@
|
||||||
"hash": "sha256-vZYkPX1CGM18x9RcDjD6E0gKGk+R01bt19/pPx/7aOY="
|
"hash": "sha256-vZYkPX1CGM18x9RcDjD6E0gKGk+R01bt19/pPx/7aOY="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"mvn-path": "org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar",
|
"mvn-path": "org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar",
|
||||||
"mvn-repo": "https://repo1.maven.org/maven2/",
|
"mvn-repo": "https://repo1.maven.org/maven2/",
|
||||||
"hash": "sha256-LyqS1BCyaBOdfWO3XtJeIZlc/kEAwZvyNXfP28gHe9o="
|
"hash": "sha256-0+9XXj5JeWeNwBvx3M5RAhSTtNEft/G+itmCh3wWocA="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"mvn-path": "org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom",
|
"mvn-path": "org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom",
|
||||||
"mvn-repo": "https://repo1.maven.org/maven2/",
|
"mvn-repo": "https://repo1.maven.org/maven2/",
|
||||||
"hash": "sha256-i06GxT0ng2CPGuohPZBsW6xcBDPgCxkjm7FnZLn6NzY="
|
"hash": "sha256-+wRqnCKUN5KLsRwtJ8i113PriiXmDL0lPZhSEN7cJoQ="
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"mvn-path": "org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar",
|
"mvn-path": "org/slf4j/slf4j-nop/1.7.36/slf4j-nop-1.7.36.jar",
|
||||||
|
@ -1007,11 +1007,6 @@
|
||||||
"mvn-repo": "https://repo1.maven.org/maven2/",
|
"mvn-repo": "https://repo1.maven.org/maven2/",
|
||||||
"hash": "sha256-uziNN/vN083mTDzt4hg4aTIY3EUfBAQMXfNgp47X6BI="
|
"hash": "sha256-uziNN/vN083mTDzt4hg4aTIY3EUfBAQMXfNgp47X6BI="
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"mvn-path": "org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom",
|
|
||||||
"mvn-repo": "https://repo1.maven.org/maven2/",
|
|
||||||
"hash": "sha256-FIJlDL4x5AjB3IkCHLrh0wRK1KAb+PYro2C2qBOhMSQ="
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"mvn-path": "org/sonatype/oss/oss-parent/7/oss-parent-7.pom",
|
"mvn-path": "org/sonatype/oss/oss-parent/7/oss-parent-7.pom",
|
||||||
"mvn-repo": "https://repo1.maven.org/maven2/",
|
"mvn-repo": "https://repo1.maven.org/maven2/",
|
||||||
|
|
1
deps.edn
1
deps.edn
|
@ -4,6 +4,7 @@
|
||||||
org.clojure/clojure { :mvn/version "1.11.1" }
|
org.clojure/clojure { :mvn/version "1.11.1" }
|
||||||
com.github.hypfvieh/dbus-java-core { :mvn/version "4.3.0" }
|
com.github.hypfvieh/dbus-java-core { :mvn/version "4.3.0" }
|
||||||
com.github.hypfvieh/dbus-java-transport-native-unixsocket { :mvn/version "4.3.0" }
|
com.github.hypfvieh/dbus-java-transport-native-unixsocket { :mvn/version "4.3.0" }
|
||||||
|
org.slf4j/slf4j-api { :mvn/version "1.7.36" }
|
||||||
}
|
}
|
||||||
:aliases {
|
:aliases {
|
||||||
:install {
|
:install {
|
||||||
|
|
Loading…
Reference in New Issue