From 938427dace1a9622a55e3f81845fb82af697d001 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 20 Mar 2026 22:48:14 +0530 Subject: Added 11-point-of-sale sample application --- oop/11-point-of-sale/pom.xml | 103 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 oop/11-point-of-sale/pom.xml (limited to 'oop/11-point-of-sale/pom.xml') diff --git a/oop/11-point-of-sale/pom.xml b/oop/11-point-of-sale/pom.xml new file mode 100644 index 0000000..65094ab --- /dev/null +++ b/oop/11-point-of-sale/pom.xml @@ -0,0 +1,103 @@ + + + 4.0.0 + + lk.ac.pdn.ceit.pos + point-of-sale + 1.0-SNAPSHOT + + point-of-sale + + 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 + + + + true + lk.ac.pdn.ceit.pos.App + + + + + + 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 + + + + + \ No newline at end of file -- cgit v1.2.3