From 755329e3ebc836a52c210e43b758ae736cfa9ffd Mon Sep 17 00:00:00 2001 From: Brian Long Date: Fri, 27 Jan 2023 16:35:41 -0500 Subject: [PATCH] initial commit --- .gitignore | 3 +++ pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b09c13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Maven +target + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..72fc8de --- /dev/null +++ b/pom.xml @@ -0,0 +1,49 @@ + + + 4.0.0 + com.inteligr8.wildfly + mysql-wildfly-module + 8.0.32 + pom + + + com.mysql + 27.0.1.Final + + + + + com.inteligr8.wildfly.system + javax.transaction.api + ${wildfly.version} + pom + + + com.mysql + mysql-connector-j + ${project.version} + + + + + + + com.inteligr8.wildfly + wildfly-module-plugin + 1.0.0 + + + module + + module-generate + module-resources + module-package + + + + + + + +