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
14 changes: 7 additions & 7 deletions samples/sample-all-deactivated/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ dependencies {
implementation("org.apache.geronimo.specs:geronimo-javamail_1.3.1_spec:1.3")
implementation("org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1")
implementation("org.apache.geronimo.specs:geronimo-javamail_1.6_spec:1.0.1")
implementation("org.apache.logging.log4j:log4j-1.2-api:2.25.1")
implementation("org.apache.logging.log4j:log4j-core:2.25.1")
implementation("org.apache.logging.log4j:log4j-jcl:2.25.1")
implementation("org.apache.logging.log4j:log4j-jul:2.25.1")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.25.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
implementation("org.apache.logging.log4j:log4j-to-slf4j:2.25.1")
implementation("org.apache.logging.log4j:log4j-1.2-api:2.25.2")
implementation("org.apache.logging.log4j:log4j-core:2.25.2")
implementation("org.apache.logging.log4j:log4j-jcl:2.25.2")
implementation("org.apache.logging.log4j:log4j-jul:2.25.2")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.25.2")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2")
implementation("org.apache.logging.log4j:log4j-to-slf4j:2.25.2")
implementation("org.apache.solr:solr-commons-csv:3.5.0")
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.11")
implementation("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.11")
Expand Down
14 changes: 7 additions & 7 deletions samples/sample-all-deactivated/build.out
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ compileClasspath - Compile classpath for source set 'main'.
+--- org.apache.geronimo.specs:geronimo-javamail_1.3.1_spec:1.3 FAILED
+--- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1 FAILED
+--- org.apache.geronimo.specs:geronimo-javamail_1.6_spec:1.0.1 FAILED
+--- org.apache.logging.log4j:log4j-1.2-api:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-core:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-jcl:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-jul:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-to-slf4j:2.25.1 FAILED
+--- org.apache.logging.log4j:log4j-1.2-api:2.25.2 FAILED
+--- org.apache.logging.log4j:log4j-core:2.25.2 FAILED
+--- org.apache.logging.log4j:log4j-jcl:2.25.2 FAILED
+--- org.apache.logging.log4j:log4j-jul:2.25.2 FAILED
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.25.2 FAILED
+--- org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2 FAILED
+--- org.apache.logging.log4j:log4j-to-slf4j:2.25.2 FAILED
+--- org.apache.solr:solr-commons-csv:3.5.0 FAILED
+--- org.apache.tomcat.embed:tomcat-embed-core:11.0.11 FAILED
+--- org.apache.tomcat.embed:tomcat-embed-websocket:11.0.11 FAILED
Expand Down
14 changes: 7 additions & 7 deletions samples/sample-all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ dependencies {
implementation("org.apache.geronimo.specs:geronimo-javamail_1.3.1_spec:1.3")
implementation("org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1")
implementation("org.apache.geronimo.specs:geronimo-javamail_1.6_spec:1.0.1")
implementation("org.apache.logging.log4j:log4j-1.2-api:2.25.1")
implementation("org.apache.logging.log4j:log4j-core:2.25.1")
implementation("org.apache.logging.log4j:log4j-jcl:2.25.1")
implementation("org.apache.logging.log4j:log4j-jul:2.25.1")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.25.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
implementation("org.apache.logging.log4j:log4j-to-slf4j:2.25.1")
implementation("org.apache.logging.log4j:log4j-1.2-api:2.25.2")
implementation("org.apache.logging.log4j:log4j-core:2.25.2")
implementation("org.apache.logging.log4j:log4j-jcl:2.25.2")
implementation("org.apache.logging.log4j:log4j-jul:2.25.2")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.25.2")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2")
implementation("org.apache.logging.log4j:log4j-to-slf4j:2.25.2")
implementation("org.apache.solr:solr-commons-csv:3.5.0")
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.11")
implementation("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.11")
Expand Down
50 changes: 25 additions & 25 deletions samples/sample-all/build.out
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ compileClasspath - Compile classpath for source set 'main'.
+--- org.apache.geronimo.specs:geronimo-javamail_1.3.1_spec:1.3 -> com.sun.mail:javax.mail:1.6.2 (*)
+--- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.7.1 -> com.sun.mail:javax.mail:1.6.2 (*)
+--- org.apache.geronimo.specs:geronimo-javamail_1.6_spec:1.0.1 -> com.sun.mail:javax.mail:1.6.2 (*)
+--- org.apache.logging.log4j:log4j-1.2-api:2.25.1 -> org.slf4j:log4j-over-slf4j:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-core:2.25.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.1
| +--- org.apache.logging.log4j:log4j-api:2.25.1
+--- org.apache.logging.log4j:log4j-1.2-api:2.25.2 -> org.slf4j:log4j-over-slf4j:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-core:2.25.2 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.2
| +--- org.apache.logging.log4j:log4j-api:2.25.2
| | +--- org.jspecify:jspecify:1.0.0
| | +--- biz.aQute.bnd:biz.aQute.bnd.annotation:7.1.0
| | | +--- org.osgi:org.osgi.resource:1.0.0
Expand All @@ -185,29 +185,29 @@ compileClasspath - Compile classpath for source set 'main'.
| | | \--- org.osgi:org.osgi.annotation.versioning:1.1.2
| | +--- org.osgi:org.osgi.annotation.versioning:1.1.2
| | +--- com.github.spotbugs:spotbugs-annotations:4.8.6 -> 4.9.6 (*)
| | \--- org.apache.logging.log4j:log4j-bom:2.25.1
| | +--- org.apache.logging.log4j:log4j-1.2-api:2.25.1 -> org.slf4j:log4j-over-slf4j:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-api:2.25.1 (c)
| | +--- org.apache.logging.log4j:log4j-core:2.25.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (c)
| | +--- org.apache.logging.log4j:log4j-jcl:2.25.1 -> org.slf4j:jcl-over-slf4j:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-jul:2.25.1 -> org.slf4j:jul-to-slf4j:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1 -> org.slf4j:slf4j-simple:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.25.1 -> org.slf4j:slf4j-simple:2.0.17 (c)
| | \--- org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (c)
| | \--- org.apache.logging.log4j:log4j-bom:2.25.2
| | +--- org.apache.logging.log4j:log4j-1.2-api:2.25.2 -> org.slf4j:log4j-over-slf4j:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-api:2.25.2 (c)
| | +--- org.apache.logging.log4j:log4j-core:2.25.2 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (c)
| | +--- org.apache.logging.log4j:log4j-jcl:2.25.2 -> org.slf4j:jcl-over-slf4j:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-jul:2.25.2 -> org.slf4j:jul-to-slf4j:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2 -> org.slf4j:slf4j-simple:2.0.17 (c)
| | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.25.2 -> org.slf4j:slf4j-simple:2.0.17 (c)
| | \--- org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (c)
| +--- org.slf4j:slf4j-api:2.0.17 (*)
| +--- org.jspecify:jspecify:1.0.0
| +--- biz.aQute.bnd:biz.aQute.bnd.annotation:7.1.0 (*)
| +--- com.google.errorprone:error_prone_annotations:2.38.0 -> 2.41.0
| +--- org.osgi:org.osgi.annotation.bundle:2.0.0 (*)
| +--- org.osgi:org.osgi.annotation.versioning:1.1.2
| \--- com.github.spotbugs:spotbugs-annotations:4.8.6 -> 4.9.6 (*)
+--- org.apache.logging.log4j:log4j-jcl:2.25.1 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-jul:2.25.1 -> org.slf4j:jul-to-slf4j:2.0.17
+--- org.apache.logging.log4j:log4j-jcl:2.25.2 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-jul:2.25.2 -> org.slf4j:jul-to-slf4j:2.0.17
| +--- org.slf4j:slf4j-api:2.0.17 (*)
| \--- org.slf4j:slf4j-bom:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.25.1 -> org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1 -> org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (*)
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.25.2 -> org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2 -> org.slf4j:slf4j-simple:2.0.17 (*)
+--- org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (*)
+--- org.apache.solr:solr-commons-csv:3.5.0 (*)
+--- org.apache.tomcat.embed:tomcat-embed-core:11.0.11 -> jakarta.servlet:jakarta.servlet-api:6.1.0
+--- org.apache.tomcat.embed:tomcat-embed-websocket:11.0.11 -> jakarta.websocket:jakarta.websocket-api:2.2.0
Expand Down Expand Up @@ -337,8 +337,8 @@ compileClasspath - Compile classpath for source set 'main'.
| | +--- org.jzy3d:jzy3d-jdt-core:2.2.1
| | | +--- commons-io:commons-io:2.7 -> 2.20.0
| | | +--- org.apache.commons:commons-lang3:3.12.0 -> 3.17.0
| | | +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.1 (*)
| | | \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (*)
| | | +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.2 (*)
| | | \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (*)
| | +--- org.smurn:jply:0.2.1
| | | \--- org.apache.commons:commons-lang3:3.1 -> 3.17.0
| | +--- net.sf.opencsv:opencsv:2.1
Expand All @@ -349,15 +349,15 @@ compileClasspath - Compile classpath for source set 'main'.
| | +--- com.diogonunes:JColor:5.2.0
| | | +--- net.java.dev.jna:jna:5.8.0 -> net.java.dev.jna:jna-jpms:5.18.1
| | | \--- net.java.dev.jna:jna-platform:5.8.0 -> net.java.dev.jna:jna-platform-jpms:5.18.1 (*)
| | +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.1 (*)
| | \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (*)
| | +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.2 (*)
| | \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (*)
| +--- org.jzy3d:jzy3d-core-awt:2.2.1
| | +--- org.jzy3d:jzy3d-core:2.2.1 (*)
| | +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.1 (*)
| | \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (*)
| | +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.2 (*)
| | \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (*)
| +--- org.jzy3d:jzy3d-jGL-awt:2.2.1 -> org.jzy3d:jGL:2.5
| +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.1 (*)
| \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.1 (*)
| +--- org.apache.logging.log4j:log4j-api:2.17.1 -> 2.25.2 (*)
| \--- org.apache.logging.log4j:log4j-core:2.17.1 -> org.apache.logging.log4j:log4j-to-slf4j:2.25.2 (*)
+--- 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
Expand Down
Loading