Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/sample-all-deactivated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dependencies {
implementation("org.jzy3d:jzy3d-emul-gl:2.0.0")
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
implementation("org.lz4:lz4-java:1.8.0")
implementation("org.ow2.asm:asm:9.8")
implementation("org.ow2.asm:asm:9.9")
implementation("org.postgresql:postgresql:42.7.8")
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
implementation("org.slf4j:jul-to-slf4j:2.0.17")
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-all-deactivated/build.out
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ compileClasspath - Compile classpath for source set 'main'.
+--- org.jzy3d:jzy3d-emul-gl:2.0.0 FAILED
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 FAILED
+--- org.lz4:lz4-java:1.8.0 FAILED
+--- org.ow2.asm:asm:9.8 FAILED
+--- org.ow2.asm:asm:9.9 FAILED
+--- org.postgresql:postgresql:42.7.8 FAILED
+--- org.slf4j:jcl-over-slf4j:2.0.17 FAILED
+--- org.slf4j:jul-to-slf4j:2.0.17 FAILED
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ dependencies {
implementation("org.jzy3d:jzy3d-emul-gl:2.0.0")
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
implementation("org.lz4:lz4-java:1.8.0")
implementation("org.ow2.asm:asm:9.8")
implementation("org.ow2.asm:asm:9.9")
implementation("org.postgresql:postgresql:42.7.8")
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
implementation("org.slf4j:jul-to-slf4j:2.0.17")
Expand Down
10 changes: 5 additions & 5 deletions samples/sample-all/build.out
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ compileClasspath - Compile classpath for source set 'main'.
| | | \--- org.slf4j:jul-to-slf4j:2.0.17 (c)
| | \--- org.slf4j:slf4j-bom:2.0.17 (*)
| \--- org.springframework:spring-core:6.2.11 (*)
+--- asm:asm:3.3.1 -> org.ow2.asm:asm:9.8
| \--- org.ow2.asm:asm-bom:9.8
| \--- org.ow2.asm:asm:9.8 (c)
+--- asm:asm:3.3.1 -> org.ow2.asm:asm:9.9
| \--- org.ow2.asm:asm-bom:9.9
| \--- org.ow2.asm:asm:9.9 (c)
+--- c3p0:c3p0:0.9.1.2 -> com.mchange:c3p0:0.11.2
| \--- com.mchange:mchange-commons-java:0.3.2
+--- cglib:cglib-nodep:3.3.0 -> cglib:cglib:3.3.0
| \--- org.ow2.asm:asm:7.1 -> 9.8 (*)
| \--- org.ow2.asm:asm:7.1 -> 9.9 (*)
+--- cglib:cglib:3.3.0 (*)
+--- ch.qos.logback:logback-classic:1.5.18 -> org.slf4j:slf4j-simple:2.0.17
| +--- org.slf4j:slf4j-api:2.0.17 (*)
Expand Down Expand Up @@ -361,7 +361,7 @@ compileClasspath - Compile classpath for source set 'main'.
+--- org.jzy3d:jzy3d-emul-gl:2.0.0 -> org.jzy3d:jzy3d-emul-gl-awt:2.2.1 (*)
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 -> org.jzy3d:jGL:2.5
+--- org.lz4:lz4-java:1.8.0
+--- org.ow2.asm:asm:9.8 (*)
+--- org.ow2.asm:asm:9.9 (*)
+--- org.postgresql:postgresql:42.7.8
+--- org.slf4j:jcl-over-slf4j:2.0.17 (*)
+--- org.slf4j:jul-to-slf4j:2.0.17 (*)
Expand Down
Loading