From a299226547b15de587dad614f07ce459d01f3601 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sun, 3 May 2026 14:32:16 +0530 Subject: Added jdbc demo sample application --- database/jdbc/demo/pom.xml | 103 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 database/jdbc/demo/pom.xml (limited to 'database/jdbc/demo/pom.xml') diff --git a/database/jdbc/demo/pom.xml b/database/jdbc/demo/pom.xml new file mode 100644 index 0000000..4e16387 --- /dev/null +++ b/database/jdbc/demo/pom.xml @@ -0,0 +1,103 @@ + + + 4.0.0 + + com.example.jdbc + demo + 1.0-SNAPSHOT + + demo + + http://www.example.com + + + UTF-8 + 25 + + + + + + org.junit + junit-bom + 5.11.0 + pom + import + + + + + + + + org.mariadb.jdbc + mariadb-java-client + 3.5.8 + compile + + + + 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 + + + + + \ No newline at end of file -- cgit v1.2.3