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

in every pom.xml this junit dependency is duplicated one can be removed #29

Open
nagkumar opened this issue May 16, 2024 · 1 comment
Open

Comments

@nagkumar
Copy link

	<dependency>
	    <groupId>junit</groupId>
	    <artifactId>junit</artifactId>
	    <version>4.11</version>
	    <scope>test</scope>
	</dependency>
@nagkumar
Copy link
Author

b.t.w none of the java code has unit tests.. so both junit blocks are unnecessary can be removed

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

No branches or pull requests

1 participant