Xray-App / xray-junit-extensions

Enhanced JUnit 5 integration with Xray Test Management for Jira
Eclipse Public License 2.0
16 stars 8 forks source link

remove dependency on junit 4.x #41

Closed bitcoder closed 7 months ago

bitcoder commented 7 months ago

remove dependency on junit 4 that comes from unnecessary junit-platform-runner .

\- app.getxray:xray-junit-extensions:jar:0.7.0:test
[INFO]    +- org.junit.jupiter:junit-jupiter-api:jar:5.10.1:test
[INFO]    |  +- org.opentest4j:opentest4j:jar:1.3.0:test
[INFO]    |  +- org.junit.platform:junit-platform-commons:jar:1.10.1:test
[INFO]    |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO]    +- org.junit.jupiter:junit-jupiter-params:jar:5.10.1:test
[INFO]    +- org.junit.jupiter:junit-jupiter-engine:jar:5.10.1:test
[INFO]    |  \- org.junit.platform:junit-platform-engine:jar:1.10.1:test
[INFO]    +- org.junit.platform:junit-platform-suite-api:jar:1.10.1:test
[INFO]    +- org.junit.platform:junit-platform-reporting:jar:1.10.1:test
[INFO]    +- org.junit.platform:junit-platform-launcher:jar:1.10.1:test
[INFO]    \- org.junit.platform:junit-platform-runner:jar:1.10.1:test
[INFO]       +- junit:junit:jar:4.13.2:test
[INFO]       |  \- org.hamcrest:hamcrest-core:jar:2.2:test
[INFO]       \- org.junit.platform:junit-platform-suite-commons:jar:1.10.1:test
bitcoder commented 7 months ago

after fix:

[INFO] app.getxray:xray-junit-extensions:jar:0.7.1
[INFO] +- org.junit.jupiter:junit-jupiter-api:jar:5.10.2:compile
[INFO] |  +- org.opentest4j:opentest4j:jar:1.3.0:compile
[INFO] |  \- org.apiguardian:apiguardian-api:jar:1.1.2:compile
[INFO] +- org.junit.jupiter:junit-jupiter-params:jar:5.10.2:test
[INFO] +- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2:test
[INFO] +- org.junit.platform:junit-platform-reporting:jar:1.10.2:compile
[INFO] +- org.junit.platform:junit-platform-launcher:jar:1.10.2:compile
[INFO] +- org.junit.platform:junit-platform-engine:jar:1.10.2:compile
[INFO] +- org.junit.platform:junit-platform-commons:jar:1.10.2:compile
[INFO] +- org.junit.platform:junit-platform-testkit:jar:1.10.2:test
[INFO] +- org.assertj:assertj-core:jar:3.19.0:test
[INFO] +- org.jooq:joox-java-6:jar:1.6.2:test
[INFO] \- org.mockito:mockito-core:jar:4.3.1:test
[INFO]    +- net.bytebuddy:byte-buddy:jar:1.12.7:test
[INFO]    +- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
[INFO]    \- org.objenesis:objenesis:jar:3.2:test