Remove logback classic dependency
This commit is contained in:
@@ -21,7 +21,6 @@ gson = "2.10.1"
|
|||||||
antlr = "4.12.0"
|
antlr = "4.12.0"
|
||||||
tensorflow = "0.5.0"
|
tensorflow = "0.5.0"
|
||||||
jarchivelib = "1.2.0"
|
jarchivelib = "1.2.0"
|
||||||
logbackClassic = "1.2.11"
|
|
||||||
minim = "2.2.2"
|
minim = "2.2.2"
|
||||||
netty = "4.1.92.Final"
|
netty = "4.1.92.Final"
|
||||||
rabbitcontrol = "0.3.29"
|
rabbitcontrol = "0.3.29"
|
||||||
@@ -62,7 +61,6 @@ boofcv = { group = "org.boofcv", name = "boofcv-core", version.ref = "boofcv" }
|
|||||||
libfreenect = { group = "org.bytedeco", name = "libfreenect", version.ref = "libfreenect" }
|
libfreenect = { group = "org.bytedeco", name = "libfreenect", version.ref = "libfreenect" }
|
||||||
librealsense = { group = "org.bytedeco", name = "librealsense2", version.ref = "librealsense" }
|
librealsense = { group = "org.bytedeco", name = "librealsense2", version.ref = "librealsense" }
|
||||||
jarchivelib = { group = "org.rauschig", name = "jarchivelib", version.ref = "jarchivelib" }
|
jarchivelib = { group = "org.rauschig", name = "jarchivelib", version.ref = "jarchivelib" }
|
||||||
logback-classic = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logbackClassic" }
|
|
||||||
minim = { group = "net.compartmental.code", name = "minim", version.ref = "minim" }
|
minim = { group = "net.compartmental.code", name = "minim", version.ref = "minim" }
|
||||||
netty-all = { group = "io.netty", name = "netty-all", version.ref = "netty" }
|
netty-all = { group = "io.netty", name = "netty-all", version.ref = "netty" }
|
||||||
rabbitcontrol-rcp = { group = "cc.rabbitcontrol", name = "rcp", version.ref = "rabbitcontrol" }
|
rabbitcontrol-rcp = { group = "cc.rabbitcontrol", name = "rcp", version.ref = "rabbitcontrol" }
|
||||||
|
|||||||
@@ -11,5 +11,4 @@ dependencies {
|
|||||||
implementation(project(":orx-jvm:orx-gui"))
|
implementation(project(":orx-jvm:orx-gui"))
|
||||||
runtimeOnly(project(":orx-jvm:orx-kinect-v1-${(gradle as ExtensionAware).extra["openrndrClassifier"]}"))
|
runtimeOnly(project(":orx-jvm:orx-kinect-v1-${(gradle as ExtensionAware).extra["openrndrClassifier"]}"))
|
||||||
runtimeOnly(libs.openrndr.gl3.core)
|
runtimeOnly(libs.openrndr.gl3.core)
|
||||||
runtimeOnly(libs.logback.classic)
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user