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
4 changes: 2 additions & 2 deletions samples/sample-all-deactivated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ dependencies {
implementation("org.slf4j:slf4j-log4j12:2.0.17")
implementation("org.slf4j:slf4j-nop:2.0.17")
implementation("org.slf4j:slf4j-simple:2.0.17")
implementation("org.springframework:spring-aop:6.2.8")
implementation("org.springframework:spring-jcl:6.2.8")
implementation("org.springframework:spring-aop:6.2.9")
implementation("org.springframework:spring-jcl:6.2.9")
implementation("postgresql:postgresql:9.1-901-1.jdbc4")
implementation("servletapi:servletapi:2.4-20040521")
implementation("stax:stax-api:1.0.1")
Expand Down
4 changes: 2 additions & 2 deletions samples/sample-all-deactivated/build.out
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ compileClasspath - Compile classpath for source set 'main'.
+--- org.slf4j:slf4j-log4j12:2.0.17 FAILED
+--- org.slf4j:slf4j-nop:2.0.17 FAILED
+--- org.slf4j:slf4j-simple:2.0.17 FAILED
+--- org.springframework:spring-aop:6.2.8 FAILED
+--- org.springframework:spring-jcl:6.2.8 FAILED
+--- org.springframework:spring-aop:6.2.9 FAILED
+--- org.springframework:spring-jcl:6.2.9 FAILED
+--- postgresql:postgresql:9.1-901-1.jdbc4 FAILED
+--- servletapi:servletapi:2.4-20040521 FAILED
+--- stax:stax-api:1.0.1 FAILED
Expand Down
4 changes: 2 additions & 2 deletions samples/sample-all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ dependencies {
implementation("org.slf4j:slf4j-log4j12:2.0.17")
implementation("org.slf4j:slf4j-nop:2.0.17")
implementation("org.slf4j:slf4j-simple:2.0.17")
implementation("org.springframework:spring-aop:6.2.8")
implementation("org.springframework:spring-jcl:6.2.8")
implementation("org.springframework:spring-aop:6.2.9")
implementation("org.springframework:spring-jcl:6.2.9")
implementation("postgresql:postgresql:9.1-901-1.jdbc4")
implementation("servletapi:servletapi:2.4-20040521")
implementation("stax:stax-api:1.0.1")
Expand Down
14 changes: 7 additions & 7 deletions samples/sample-all/build.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Root project 'sample-all_build.sample'
------------------------------------------------------------

compileClasspath - Compile classpath for source set 'main'.
+--- aopalliance:aopalliance:1.0 -> org.springframework:spring-aop:6.2.8
| +--- org.springframework:spring-beans:6.2.8
| | \--- org.springframework:spring-core:6.2.8
| | \--- org.springframework:spring-jcl:6.2.8 -> org.slf4j:jcl-over-slf4j:2.0.17
+--- aopalliance:aopalliance:1.0 -> org.springframework:spring-aop:6.2.9
| +--- org.springframework:spring-beans:6.2.9
| | \--- org.springframework:spring-core:6.2.9
| | \--- org.springframework:spring-jcl:6.2.9 -> org.slf4j:jcl-over-slf4j:2.0.17
| | +--- org.slf4j:slf4j-api:2.0.17
| | | \--- org.slf4j:slf4j-bom:2.0.17
| | | +--- org.slf4j:slf4j-api:2.0.17 (c)
Expand All @@ -18,7 +18,7 @@ compileClasspath - Compile classpath for source set 'main'.
| | | +--- org.slf4j:log4j-over-slf4j:2.0.17 (c)
| | | \--- org.slf4j:jul-to-slf4j:2.0.17 (c)
| | \--- org.slf4j:slf4j-bom:2.0.17 (*)
| \--- org.springframework:spring-core:6.2.8 (*)
| \--- org.springframework:spring-core:6.2.9 (*)
+--- 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)
Expand Down Expand Up @@ -373,8 +373,8 @@ compileClasspath - Compile classpath for source set 'main'.
+--- org.slf4j:slf4j-log4j12:2.0.17 -> org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.slf4j:slf4j-nop:2.0.17 -> org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.springframework:spring-aop:6.2.8 (*)
+--- org.springframework:spring-jcl:6.2.8 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
+--- org.springframework:spring-aop:6.2.9 (*)
+--- org.springframework:spring-jcl:6.2.9 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
+--- postgresql:postgresql:9.1-901-1.jdbc4 -> org.postgresql:postgresql:42.7.7
+--- servletapi:servletapi:2.4-20040521 -> javax.servlet:javax.servlet-api:4.0.1
+--- stax:stax-api:1.0.1
Expand Down
Loading