serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
721 stars 518 forks source link

@Disabled annotations don't work for test. #2723

Closed vladboldurev closed 2 years ago

vladboldurev commented 2 years ago

Can you help me? my code @Test @Disabled @Title("Regress test") public void regressTest() { ... } I get error: 00:49:42.793 [main] ERROR n.s.j.SerenityTestExecutionListener - Problem when getting parameter classes java.lang.ClassNotFoundException: at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:467) at org.springframework.util.ClassUtils.forName(ClassUtils.java:284) at net.serenitybdd.junit5.SerenityTestExecutionListener.lambda$processTestMethodAnnotationsFor$1(SerenityTestExecutionListener.java:158) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at net.serenitybdd.junit5.SerenityTestExecutionListener.processTestMethodAnnotationsFor(SerenityTestExecutionListener.java:163) at net.serenitybdd.junit5.SerenityTestExecutionListener.executionSkipped(SerenityTestExecutionListener.java:141) at org.junit.platform.launcher.core.CompositeTestExecutionListener.lambda$executionSkipped$2(CompositeTestExecutionListener.java:52) at org.junit.platform.launcher.core.CompositeTestExecutionListener.lambda$notifyEach$19(CompositeTestExecutionListener.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.launcher.core.CompositeTestExecutionListener.notifyEach(CompositeTestExecutionListener.java:93) at org.junit.platform.launcher.core.CompositeTestExecutionListener.executionSkipped(CompositeTestExecutionListener.java:52) at org.junit.platform.launcher.core.ExecutionListenerAdapter.executionSkipped(ExecutionListenerAdapter.java:51) at org.junit.platform.launcher.core.DelegatingEngineExecutionListener.executionSkipped(DelegatingEngineExecutionListener.java:36) at org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.executionSkipped(OutcomeDelayingEngineExecutionListener.java:44) at org.junit.platform.engine.support.hierarchical.NodeTestTask.reportCompletion(NodeTestTask.java:180) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.lambda$execute$1(JUnitPlatformProvider.java:199) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:193) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:120) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 00:49:42.796 [main] ERROR n.s.j.SerenityTestExecutionListener - Exception when processing method annotations java.lang.NoSuchMethodException: api.tests.regress.RegressTest.regressTest(null) at java.base/java.lang.Class.getMethod(Class.java:2227) at net.serenitybdd.junit5.SerenityTestExecutionListener.getProcessedMethod(SerenityTestExecutionListener.java:181) at net.serenitybdd.junit5.SerenityTestExecutionListener.processTestMethodAnnotationsFor(SerenityTestExecutionListener.java:166) at net.serenitybdd.junit5.SerenityTestExecutionListener.executionSkipped(SerenityTestExecutionListener.java:141) at org.junit.platform.launcher.core.CompositeTestExecutionListener.lambda$executionSkipped$2(CompositeTestExecutionListener.java:52) at org.junit.platform.launcher.core.CompositeTestExecutionListener.lambda$notifyEach$19(CompositeTestExecutionListener.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.launcher.core.CompositeTestExecutionListener.notifyEach(CompositeTestExecutionListener.java:93) at org.junit.platform.launcher.core.CompositeTestExecutionListener.executionSkipped(CompositeTestExecutionListener.java:52) at org.junit.platform.launcher.core.ExecutionListenerAdapter.executionSkipped(ExecutionListenerAdapter.java:51) at org.junit.platform.launcher.core.DelegatingEngineExecutionListener.executionSkipped(DelegatingEngineExecutionListener.java:36) at org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.executionSkipped(OutcomeDelayingEngineExecutionListener.java:44) at org.junit.platform.engine.support.hierarchical.NodeTestTask.reportCompletion(NodeTestTask.java:180) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.lambda$execute$1(JUnitPlatformProvider.java:199) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:193) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:120) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

wakaleo commented 2 years ago

I can't reproduce this. But java.lang.ClassNotFoundException is a dependency issue, so check for dependency conflicts by running mvn dependency:tree -Dverbose.

vladboldurev commented 2 years ago

When I remove slf4j-simple the error goes away. But the disabled test does not appear in the report.

mvn dependency:tree -Dverbose output:

+- net.serenity-bdd:serenity-screenplay:jar:3.2.0:compile [INFO] | +- (net.serenity-bdd:serenity-core:jar:3.2.0:compile - omitted for duplicate) [INFO] | - (net.serenity-bdd:serenity-model:jar:3.2.0:compile - omitted for duplicate) [INFO] +- net.serenity-bdd:serenity-screenplay-webdriver:jar:3.2.0:compile [INFO] | +- (net.serenity-bdd:serenity-core:jar:3.2.0:compile - omitted for duplicate) [INFO] | - (net.serenity-bdd:serenity-screenplay:jar:3.2.0:compile - omitted for duplicate) [INFO] +- net.serenity-bdd:serenity-model:jar:3.2.0:compile [INFO] | +- net.serenity-bdd:serenity-report-resources:jar:3.2.0:compile [INFO] | +- org.apache.commons:commons-lang3:jar:3.11:compile [INFO] | +- commons-io:commons-io:jar:2.8.0:compile [INFO] | +- org.apache.commons:commons-text:jar:1.9:compile [INFO] | | - (org.apache.commons:commons-lang3:jar:3.11:compile - omitted for duplicate) [INFO] | +- commons-beanutils:commons-beanutils:jar:1.9.4:compile [INFO] | | +- commons-logging:commons-logging:jar:1.2:compile [INFO] | | - (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | +- commons-net:commons-net:jar:3.6:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- commons-codec:commons-codec:jar:1.15:compile [INFO] | +- com.google.guava:guava:jar:31.0.1-jre:compile [INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] | | +- org.checkerframework:checker-qual:jar:3.12.0:compile [INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.7.1:compile [INFO] | | - com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.7.30:compile [INFO] | +- org.hamcrest:hamcrest:jar:2.2:compile [INFO] | +- com.google.inject:guice:jar:5.0.1:compile [INFO] | | +- javax.inject:javax.inject:jar:1:compile [INFO] | | - aopalliance:aopalliance:jar:1.0:compile [INFO] | +- org.jsoup:jsoup:jar:1.14.3:compile [INFO] | +- com.thoughtworks.xstream:xstream:jar:1.4.19:compile [INFO] | | - io.github.x-stream:mxparser:jar:1.2.2:compile [INFO] | | - xmlpull:xmlpull:jar:1.1.3.1:compile [INFO] | +- joda-time:joda-time:jar:2.8.2:compile [INFO] | +- io.cucumber:cucumber-core:jar:7.2.3:compile [INFO] | | +- io.cucumber:cucumber-gherkin:jar:7.2.3:compile [INFO] | | | - (io.cucumber:cucumber-plugin:jar:7.2.3:compile - omitted for duplicate) [INFO] | | +- io.cucumber:cucumber-gherkin-messages:jar:7.2.3:compile [INFO] | | | - (io.cucumber:cucumber-gherkin:jar:7.2.3:compile - omitted for duplicate) [INFO] | | +- io.cucumber:messages:jar:17.1.1:compile [INFO] | | +- io.cucumber:tag-expressions:jar:4.1.0:compile [INFO] | | +- io.cucumber:cucumber-expressions:jar:15.0.1:compile [INFO] | | +- io.cucumber:datatable:jar:7.2.3:compile [INFO] | | +- io.cucumber:cucumber-plugin:jar:7.2.3:compile [INFO] | | +- io.cucumber:docstring:jar:7.2.3:compile [INFO] | | +- io.cucumber:html-formatter:jar:17.0.0:compile [INFO] | | | - (io.cucumber:messages:jar:17.1.1:compile - omitted for duplicate) [INFO] | | - io.cucumber:ci-environment:jar:8.1.0:compile [INFO] | +- io.cucumber:cucumber-java:jar:7.2.3:compile [INFO] | | - (io.cucumber:cucumber-core:jar:7.2.3:compile - omitted for duplicate) [INFO] | +- com.google.code.gson:gson:jar:2.8.9:compile [INFO] | +- net.sf.opencsv:opencsv:jar:2.0:compile [INFO] | +- com.typesafe:config:jar:1.3.1:compile [INFO] | +- org.imgscalr:imgscalr-lib:jar:4.2:compile [INFO] | +- org.awaitility:awaitility:jar:4.1.0:compile [INFO] | | - (org.hamcrest:hamcrest:jar:2.1:compile - omitted for conflict with 2.2) [INFO] | +- org.freemarker:freemarker:jar:2.3.31:compile [INFO] | +- io.github.classgraph:classgraph:jar:4.8.138:compile [INFO] | +- net.sourceforge.jexcelapi:jxl:jar:2.6.12:compile [INFO] | +- org.codehaus.groovy:groovy:jar:3.0.9:compile [INFO] | +- net.bytebuddy:byte-buddy:jar:1.12.3:compile [INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.12.3:compile [INFO] | - org.objenesis:objenesis:jar:3.1:compile [INFO] +- net.serenity-bdd:serenity-core:jar:3.2.0:compile [INFO] | +- (net.serenity-bdd:serenity-model:jar:3.2.0:compile - omitted for duplicate) [INFO] | +- net.serenity-bdd:serenity-reports:jar:3.2.0:compile [INFO] | | +- (net.serenity-bdd:serenity-model:jar:3.2.0:compile - omitted for duplicate) [INFO] | | +- net.serenity-bdd:serenity-stats:jar:3.2.0:compile [INFO] | | | +- (net.serenity-bdd:serenity-model:jar:3.2.0:compile - omitted for duplicate) [INFO] | | | - org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.0:compile [INFO] | | | +- org.jetbrains:annotations:jar:13.0:compile [INFO] | | | - org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.6.0:compile [INFO] | | +- net.serenity-bdd:serenity-reports-configuration:jar:3.2.0:compile [INFO] | | | +- (net.serenity-bdd:serenity-model:jar:3.2.0:compile - omitted for duplicate) [INFO] | | | - (org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.0:compile - omitted for duplicate) [INFO] | | +- com.vladsch.flexmark:flexmark-all:jar:0.34.30:compile [INFO] | | | +- com.vladsch.flexmark:flexmark:jar:0.34.30:compile [INFO] | | | | - (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-autolink:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-admonition:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-aside:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-attributes:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- org.nibor.autolink:autolink:jar:0.6.0:compile [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-definition:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-enumerated-reference:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-ext-attributes:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-gfm-issues:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-gfm-tables:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-gfm-users:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-gitlab:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-jekyll-tag:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-media-tags:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - com.vladsch.flexmark:flexmark-test-util:jar:0.34.30:compile [INFO] | | | | - (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-xwiki-macros:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-toc:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-ext-youtube-embedded:jar:0.34.30:compile [INFO] | | | | - (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-formatter:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-html-parser:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-pdf-converter:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13:compile [INFO] | | | | +- com.openhtmltopdf:openhtmltopdf-pdfbox:jar:0.0.1-RC13:compile [INFO] | | | | | +- org.apache.pdfbox:pdfbox:jar:2.0.8:compile [INFO] | | | | | | +- org.apache.pdfbox:fontbox:jar:2.0.8:compile [INFO] | | | | | | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | | | | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | | | | +- org.apache.pdfbox:xmpbox:jar:2.0.8:compile [INFO] | | | | | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13:compile - omitted for duplicate) [INFO] | | | | | - de.rototor.pdfbox:graphics2d:jar:0.12:compile [INFO] | | | | | - (org.apache.pdfbox:pdfbox:jar:2.0.8:compile - omitted for duplicate) [INFO] | | | | +- com.openhtmltopdf:openhtmltopdf-rtl-support:jar:0.0.1-RC13:compile [INFO] | | | | | +- com.ibm.icu:icu4j:jar:59.1:compile [INFO] | | | | | - (com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC13:compile - omitted for duplicate) [INFO] | | | | - com.openhtmltopdf:openhtmltopdf-jsoup-dom-converter:jar:0.0.1-RC13:compile [INFO] | | | +- com.vladsch.flexmark:flexmark-profile-pegdown:jar:0.34.30:compile [INFO] | | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-abbreviation:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-aside:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-autolink:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-definition:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-emoji:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-escaped-character:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-footnotes:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-ins:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-jekyll-front-matter:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-superscript:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-toc:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-typographic:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | +- (com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | | - (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile [INFO] | | | - com.vladsch.flexmark:flexmark-youtrack-converter:jar:0.34.30:compile [INFO] | | | +- (com.vladsch.flexmark:flexmark-util:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- (com.vladsch.flexmark:flexmark:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | +- (com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.34.30:compile - omitted for duplicate) [INFO] | | | - (com.vladsch.flexmark:flexmark-ext-tables:jar:0.34.30:compile - omitted for duplicate) [INFO] | | - es.nitaur.markdown:txtmark:jar:0.16:compile [INFO] | +- (net.serenity-bdd:serenity-report-resources:jar:3.2.0:compile - omitted for duplicate) [INFO] | +- (com.google.code.gson:gson:jar:2.8.9:compile - omitted for duplicate) [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.12.4:compile [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.4:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.4:compile [INFO] | | - (com.fasterxml.jackson.core:jackson-core:jar:2.12.4:compile - omitted for duplicate) [INFO] | +- (commons-codec:commons-codec:jar:1.15:compile - omitted for duplicate) [INFO] | +- (commons-io:commons-io:jar:2.8.0:compile - omitted for duplicate) [INFO] | +- org.seleniumhq.selenium:selenium-java:jar:4.1.2:compile [INFO] | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-chrome-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-devtools-v85:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-devtools-v95:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-devtools-v96:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-devtools-v97:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-edge-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-firefox-xpi-driver:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-ie-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile [INFO] | | | +- com.beust:jcommander:jar:1.82:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-buffer:jar:4.1.73.Final:compile [INFO] | | | | - (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-codec-http:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- io.netty:netty-codec:jar:4.1.73.Final:compile [INFO] | | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | | - (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - io.netty:netty-handler:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-resolver:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-codec:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - io.netty:netty-tcnative-classes:jar:2.0.46.Final:compile [INFO] | | | +- io.netty:netty-common:jar:4.1.73.Final:compile [INFO] | | | +- io.netty:netty-transport-classes-epoll:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-transport-classes-kqueue:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-transport-native-epoll:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - (io.netty:netty-transport-classes-epoll:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-transport-native-kqueue:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - (io.netty:netty-transport-classes-kqueue:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-transport-native-unix-common:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - (io.netty:netty-transport:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.netty:netty-transport:jar:4.1.73.Final:compile [INFO] | | | | +- (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-buffer:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | | - io.netty:netty-resolver:jar:4.1.73.Final:compile [INFO] | | | | - (io.netty:netty-common:jar:4.1.73.Final:compile - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-api:jar:1.10.1:compile [INFO] | | | | - (io.opentelemetry:opentelemetry-context:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-context:jar:1.10.1:compile [INFO] | | | +- io.opentelemetry:opentelemetry-exporter-logging:jar:1.10.1:compile [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha:compile [INFO] | | | | | +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | | - (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | - io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha:compile [INFO] | | | | - (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:compile [INFO] | | | | +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | - (io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:runtime - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.10.1:compile [INFO] | | | | - (io.opentelemetry:opentelemetry-sdk:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:jar:1.10.1-alpha:compile [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | - (io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:runtime - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-sdk-trace:jar:1.10.1:compile [INFO] | | | | +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | - (io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:runtime - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-sdk:jar:1.10.1:compile [INFO] | | | | +- (io.opentelemetry:opentelemetry-api:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-common:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-trace:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- (io.opentelemetry:opentelemetry-sdk-metrics:jar:1.10.1-alpha:runtime - omitted for duplicate) [INFO] | | | | - (io.opentelemetry:opentelemetry-sdk-logs:jar:1.10.1-alpha:runtime - omitted for duplicate) [INFO] | | | +- io.opentelemetry:opentelemetry-semconv:jar:1.10.1-alpha:compile [INFO] | | | | - (io.opentelemetry:opentelemetry-api:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | +- io.ous:jtoml:jar:2.0.0:compile [INFO] | | | +- org.apache.commons:commons-exec:jar:1.3:compile [INFO] | | | +- org.asynchttpclient:async-http-client:jar:2.12.3:compile [INFO] | | | | +- org.asynchttpclient:async-http-client-netty-utils:jar:2.12.3:compile [INFO] | | | | | +- (io.netty:netty-buffer:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - omitted for duplicate) [INFO] | | | | | - (com.sun.activation:jakarta.activation:jar:1.2.2:compile - omitted for duplicate) [INFO] | | | | +- (io.netty:netty-codec-http:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | +- (io.netty:netty-handler:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | +- io.netty:netty-codec-socks:jar:4.1.60.Final:compile [INFO] | | | | | +- (io.netty:netty-common:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-buffer:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-transport:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | - (io.netty:netty-codec:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | +- io.netty:netty-handler-proxy:jar:4.1.60.Final:compile [INFO] | | | | | +- (io.netty:netty-common:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-buffer:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-transport:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-codec:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-codec-socks:jar:4.1.60.Final:compile - omitted for duplicate) [INFO] | | | | | - (io.netty:netty-codec-http:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.60.Final:compile [INFO] | | | | | +- (io.netty:netty-common:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-buffer:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-transport:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | - (io.netty:netty-transport-native-unix-common:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | +- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.60.Final:compile [INFO] | | | | | +- (io.netty:netty-common:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-buffer:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | +- (io.netty:netty-transport:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | - (io.netty:netty-transport-native-unix-common:jar:4.1.60.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile [INFO] | | | | +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile [INFO] | | | | | +- (io.netty:netty-handler:jar:4.1.43.Final:compile - omitted for conflict with 4.1.73.Final) [INFO] | | | | | - (org.reactivestreams:reactive-streams:jar:1.0.3:compile - omitted for duplicate) [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - omitted for duplicate) [INFO] | | | | - com.sun.activation:jakarta.activation:jar:1.2.2:compile [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | +- org.seleniumhq.selenium:selenium-http:jar:4.1.2:compile [INFO] | | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | | +- net.jodah:failsafe:jar:2.4.4:compile [INFO] | | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | | - (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | - (org.seleniumhq.selenium:selenium-support:jar:4.1.2:compile - omitted for duplicate) [INFO] | +- org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile [INFO] | +- org.seleniumhq.selenium:selenium-support:jar:4.1.2:compile [INFO] | | +- com.google.auto.service:auto-service-annotations:jar:1.0.1:compile [INFO] | | +- com.google.auto.service:auto-service:jar:1.0.1:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- com.google.auto:auto-common:jar:1.2:compile [INFO] | | | | - (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | - (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile [INFO] | | | - (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:4.1.2:compile [INFO] | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- org.seleniumhq.selenium:selenium-chromium-driver:jar:4.1.2:compile [INFO] | | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:4.1.2:compile [INFO] | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-devtools-v85:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-json:jar:4.1.2:compile - omitted for duplicate) [INFO] | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:4.1.2:compile [INFO] | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.guava:guava:jar:31.0.1-jre:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-chromium-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:4.1.2:compile [INFO] | | +- (com.google.auto.service:auto-service-annotations:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (com.google.auto.service:auto-service:jar:1.0.1:compile - omitted for duplicate) [INFO] | | +- (org.seleniumhq.selenium:selenium-api:jar:4.1.2:compile - omitted for duplicate) [INFO] | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:4.1.2:compile - omitted for duplicate) [INFO] | +- (org.projectlombok:lombok:jar:1.18.20:compile - omitted for duplicate) [INFO] | +- io.appium:java-client:jar:8.0.0-beta2:compile [INFO] | | +- (commons-codec:commons-codec:jar:1.15:runtime - omitted for duplicate) [INFO] | | +- commons-validator:commons-validator:jar:1.7:runtime [INFO] | | | +- (commons-beanutils:commons-beanutils:jar:1.9.4:runtime - omitted for duplicate) [INFO] | | | +- commons-digester:commons-digester:jar:2.1:runtime [INFO] | | | - (commons-collections:commons-collections:jar:3.2.2:runtime - omitted for duplicate) [INFO] | | +- (org.apache.commons:commons-lang3:jar:3.12.0:runtime - omitted for conflict with 3.11) [INFO] | | +- org.aspectj:aspectjweaver:jar:1.9.7:runtime [INFO] | | - (org.slf4j:slf4j-api:jar:1.7.32:runtime - omitted for conflict with 1.7.30) [INFO] | +- (org.codehaus.groovy:groovy:jar:3.0.9:compile - omitted for duplicate) [INFO] | +- (net.sf.opencsv:opencsv:jar:2.0:compile - omitted for duplicate) [INFO] | +- (commons-beanutils:commons-beanutils:jar:1.9.4:compile - omitted for duplicate) [INFO] | +- (org.apache.commons:commons-lang3:jar:3.11:compile - omitted for duplicate) [INFO] | +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | +- org.fluentlenium:fluentlenium-core:jar:0.10.2:compile [INFO] | +- io.github.bonigarcia:webdrivermanager:jar:5.0.3:compile [INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.32:compile - omitted for conflict with 1.7.30) [INFO] | | +- (com.google.code.gson:gson:jar:2.8.8:compile - omitted for conflict with 2.8.9) [INFO] | | +- (org.jsoup:jsoup:jar:1.14.2:compile - omitted for conflict with 1.14.3) [INFO] | | +- com.github.docker-java:docker-java:jar:3.2.12:compile [INFO] | | | +- com.github.docker-java:docker-java-core:jar:3.2.12:compile [INFO] | | | | +- com.github.docker-java:docker-java-api:jar:3.2.12:compile [INFO] | | | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.10.3:compile - omitted for conflict with 2.12.4) [INFO] | | | | | - (org.slf4j:slf4j-api:jar:1.7.30:compile - omitted for duplicate) [INFO] | | | | +- (com.github.docker-java:docker-java-transport:jar:3.2.12:compile - omitted for duplicate) [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.7.30:compile - omitted for duplicate) [INFO] | | | | +- (commons-io:commons-io:jar:2.6:compile - omitted for conflict with 2.8.0) [INFO] | | | | +- org.apache.commons:commons-compress:jar:1.21:compile [INFO] | | | | +- commons-lang:commons-lang:jar:2.6:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.10.3:compile - omitted for conflict with 2.12.4) [INFO] | | | | +- (com.google.guava:guava:jar:19.0:compile - omitted for conflict with 31.0.1-jre) [INFO] | | | | - org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile [INFO] | | | | - org.bouncycastle:bcprov-jdk15on:jar:1.64:compile [INFO] | | | - org.slf4j:jcl-over-slf4j:jar:1.7.30:compile [INFO] | | | - (org.slf4j:slf4j-api:jar:1.7.30:compile - omitted for duplicate) [INFO] | | +- com.github.docker-java:docker-java-transport-httpclient5:jar:3.2.12:compile [INFO] | | | +- com.github.docker-java:docker-java-transport:jar:3.2.12:compile [INFO] | | | +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile [INFO] | | | | +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.7.25:compile - omitted for conflict with 1.7.30) [INFO] | | | | - (commons-codec:commons-codec:jar:1.13:compile - omitted for conflict with 1.15) [INFO] | | | - net.java.dev.jna:jna:jar:5.8.0:compile [INFO] | | +- (com.google.guava:guava:jar:30.1.1-jre:compile - omitted for conflict with 31.0.1-jre) [INFO] | | - org.brotli:dec:jar:0.1.2:compile [INFO] | +- com.jhlabs:filters:jar:2.0.235:compile [INFO] | +- com.paulhammant:ngwebdriver:jar:1.1.5:compile [INFO] | | - (org.seleniumhq.selenium:selenium-java:jar:3.141.59:compile - omitted for conflict with 4.1.2) [INFO] | +- (joda-time:joda-time:jar:2.8.2:compile - omitted for duplicate) [INFO] | +- (org.hamcrest:hamcrest:jar:2.2:compile - omitted for duplicate) [INFO] | +- com.google.jimfs:jimfs:jar:1.1:compile [INFO] | | - (com.google.guava:guava:jar:18.0:compile - omitted for conflict with 31.0.1-jre) [INFO] | +- org.mockito:mockito-core:jar:3.3.3:compile [INFO] | | +- (net.bytebuddy:byte-buddy:jar:1.10.5:compile - omitted for conflict with 1.12.3) [INFO] | | +- (net.bytebuddy:byte-buddy-agent:jar:1.10.5:compile - omitted for conflict with 1.12.3) [INFO] | | - (org.objenesis:objenesis:jar:2.6:compile - omitted for conflict with 3.1) [INFO] | +- (org.assertj:assertj-core:jar:3.21.0:compile - omitted for duplicate) [INFO] | +- javax.xml.bind:jaxb-api:jar:2.3.1:compile [INFO] | | - javax.activation:javax.activation-api:jar:1.2.0:compile [INFO] | +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile [INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.3.3:compile [INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile [INFO] | | - (com.sun.activation:jakarta.activation:jar:1.2.2:compile - scope updated from runtime; omitted for duplicate) [INFO] | - javax.activation:activation:jar:1.1.1:compile [INFO] +- net.serenity-bdd:serenity-screenplay-rest:jar:3.2.0:compile [INFO] | +- (net.serenity-bdd:serenity-core:jar:3.2.0:compile - omitted for duplicate) [INFO] | +- (net.serenity-bdd:serenity-rest-assured:jar:3.2.0:compile - omitted for duplicate) [INFO] | - (net.serenity-bdd:serenity-screenplay:jar:3.2.0:compile - omitted for duplicate) [INFO] +- net.serenity-bdd:serenity-rest-assured:jar:3.2.0:compile [INFO] | +- (net.serenity-bdd:serenity-core:jar:3.2.0:compile - omitted for duplicate) [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile [INFO] | | +- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | - (commons-codec:commons-codec:jar:1.11:compile - omitted for conflict with 1.15) [INFO] | +- io.rest-assured:rest-assured:jar:4.4.0:compile [INFO] | | +- (org.codehaus.groovy:groovy:jar:3.0.8:compile - omitted for conflict with 3.0.9) [INFO] | | +- (org.codehaus.groovy:groovy-xml:jar:3.0.8:compile - omitted for conflict with 3.0.9) [INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.13:compile - omitted for duplicate) [INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.13:compile [INFO] | | | - (org.apache.httpcomponents:httpclient:jar:4.5.13:compile - omitted for duplicate) [INFO] | | +- (org.hamcrest:hamcrest:jar:2.1:compile - omitted for conflict with 2.2) [INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile [INFO] | | +- io.rest-assured:json-path:jar:4.4.0:compile [INFO] | | | +- (org.codehaus.groovy:groovy-json:jar:3.0.8:compile - omitted for conflict with 3.0.9) [INFO] | | | +- (org.codehaus.groovy:groovy:jar:3.0.8:compile - omitted for conflict with 3.0.9) [INFO] | | | - io.rest-assured:rest-assured-common:jar:4.4.0:compile [INFO] | | | +- (org.codehaus.groovy:groovy:jar:3.0.8:compile - omitted for conflict with 3.0.9) [INFO] | | | - (org.apache.commons:commons-lang3:jar:3.11:compile - omitted for duplicate) [INFO] | | - io.rest-assured:xml-path:jar:4.4.0:compile [INFO] | | +- (org.codehaus.groovy:groovy-xml:jar:3.0.8:compile - omitted for duplicate) [INFO] | | +- (org.codehaus.groovy:groovy:jar:3.0.8:compile - omitted for conflict with 3.0.9) [INFO] | | +- (io.rest-assured:rest-assured-common:jar:4.4.0:compile - omitted for duplicate) [INFO] | | +- (org.apache.commons:commons-lang3:jar:3.11:compile - omitted for duplicate) [INFO] | | +- (org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile - omitted for duplicate) [INFO] | | +- (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile - omitted for duplicate) [INFO] | | - (com.sun.xml.bind:jaxb-impl:jar:2.3.3:compile - omitted for duplicate) [INFO] | +- org.codehaus.groovy:groovy-json:jar:3.0.9:compile [INFO] | | - (org.codehaus.groovy:groovy:jar:3.0.9:compile - omitted for duplicate) [INFO] | +- org.codehaus.groovy:groovy-xml:jar:3.0.9:compile [INFO] | | - (org.codehaus.groovy:groovy:jar:3.0.9:compile - omitted for duplicate) [INFO] | +- (org.codehaus.groovy:groovy:jar:3.0.9:compile - omitted for duplicate) [INFO] | - org.opentest4j:opentest4j:jar:1.2.0:compile [INFO] +- net.serenity-bdd:serenity-junit5:jar:3.2.0:test [INFO] | +- (net.serenity-bdd:serenity-core:jar:3.2.0:test - omitted for duplicate) [INFO] | +- (net.serenity-bdd:serenity-model:jar:3.2.0:test - omitted for duplicate) [INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test [INFO] | | +- (org.opentest4j:opentest4j:jar:1.2.0:test - omitted for duplicate) [INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.8.2:test [INFO] | | | - (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate) [INFO] | | - org.apiguardian:apiguardian-api:jar:1.1.2:test [INFO] | +- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test [INFO] | | +- org.junit.platform:junit-platform-engine:jar:1.8.2:test [INFO] | | | +- (org.opentest4j:opentest4j:jar:1.2.0:test - omitted for duplicate) [INFO] | | | +- (org.junit.platform:junit-platform-commons:jar:1.8.2:test - omitted for duplicate) [INFO] | | | - (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate) [INFO] | | +- (org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test - omitted for duplicate) [INFO] | | - (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate) [INFO] | +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test [INFO] | | +- (org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test - omitted for duplicate) [INFO] | | - (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate) [INFO] | +- org.junit.vintage:junit-vintage-engine:jar:5.8.2:test [INFO] | | +- (org.junit.platform:junit-platform-engine:jar:1.8.2:test - omitted for duplicate) [INFO] | | +- junit:junit:jar:4.13.2:test [INFO] | | | - org.hamcrest:hamcrest-core:jar:1.3:test [INFO] | | - (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate) [INFO] | +- org.junit.platform:junit-platform-launcher:jar:1.8.1:test [INFO] | | +- (org.junit.platform:junit-platform-engine:jar:1.8.1:test - omitted for conflict with 1.8.2) [INFO] | | - (org.apiguardian:apiguardian-api:jar:1.1.2:test - omitted for duplicate) [INFO] | - org.springframework:spring-core:jar:5.3.3:test [INFO] | - org.springframework:spring-jcl:jar:5.3.3:test [INFO] +- org.projectlombok:lombok:jar:1.18.20:compile [INFO] +- org.assertj:assertj-core:jar:3.21.0:compile [INFO] +- org.aeonbits.owner:owner:jar:1.0.12:compile [INFO] +- org.slf4j:slf4j-simple:jar:1.7.30:test [INFO] | - (org.slf4j:slf4j-api:jar:1.7.30:test - omitted for duplicate) [INFO] +- org.json:json:jar:20210307:compile [INFO] - com.github.javafaker:javafaker:jar:1.0.2:compile [INFO] +- (org.apache.commons:commons-lang3:jar:3.5:compile - omitted for conflict with 3.11) [INFO] +- org.yaml:snakeyaml:jar:android:1.23:compile [INFO] - com.github.mifmif:generex:jar:1.0.2:compile [INFO] - dk.brics.automaton:automaton:jar:1.11-8:compile

wakaleo commented 2 years ago

The Disabled annotation should work fine - Disabled tests should appear like this: image

If this is not the case for you, try to produce a sample project that reproduces the issue? Try starting with https://github.com/serenity-bdd/serenity-junit-starter and seeing which changes in your project cause the issue.

vladboldurev commented 2 years ago

I created this project but I see the same error. My project https://github.com/vladboldurev/serenityTest

ricardorlg commented 2 years ago

Use@Ignored for the moment.

@wakaleo I was able to reproduce the bug, it's related to a missing check when trying to get parameter types of skipped methods. I will raise a PR. assign me this please.

wakaleo commented 2 years ago

@ricardorlg Thanks. I had a quick look and added some extra checks, but take a look and see if it matches what you found too.