Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dependency on junit 4.x #41

Closed
bitcoder opened this issue Feb 5, 2024 · 1 comment · Fixed by #42
Closed

remove dependency on junit 4.x #41

bitcoder opened this issue Feb 5, 2024 · 1 comment · Fixed by #42

Comments

@bitcoder
Copy link
Collaborator

bitcoder commented Feb 5, 2024

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
Copy link
Collaborator Author

bitcoder commented Feb 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant