From d7ce2a3ea234de3a040e762083db88aa3610f320 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 27 Jun 2026 17:10:54 +0530 Subject: Added two JUnit sample apps --- junit/02-maths/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 junit/02-maths/pom.xml (limited to 'junit/02-maths/pom.xml') diff --git a/junit/02-maths/pom.xml b/junit/02-maths/pom.xml new file mode 100644 index 0000000..bba20e1 --- /dev/null +++ b/junit/02-maths/pom.xml @@ -0,0 +1,90 @@ + + + 4.0.0 + + com.example.maths + demo + 1.0-SNAPSHOT + + demo + + http://www.example.com + + + UTF-8 + 25 + + + + + + org.junit + junit-bom + 5.11.0 + pom + import + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + + org.junit.jupiter + junit-jupiter-params + test + + + + + + + + + maven-clean-plugin + 3.4.0 + + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.13.0 + + + maven-surefire-plugin + 3.3.0 + + + maven-jar-plugin + 3.4.2 + + + maven-install-plugin + 3.1.2 + + + maven-deploy-plugin + 3.1.2 + + + + maven-site-plugin + 3.12.1 + + + maven-project-info-reports-plugin + 3.6.1 + + + + + -- cgit v1.2.3