From 3cf2603aaeaa218ed54febf1b1d13f9539f28901 Mon Sep 17 00:00:00 2001 From: Stephen More Date: Thu, 5 Oct 2023 12:02:14 -0400 Subject: [PATCH 1/2] Able to build using maven. --- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..04255c1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + 4.0.0 + + com.quickbase + sdk + 1.0.0-SNAPSHOT + jar + + + 11 + 11 + + + + + commons-httpclient + commons-httpclient + 3.1 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + + + + + From 100e7c2cf29fe14335b3b080f829cf2221595860 Mon Sep 17 00:00:00 2001 From: Stephen More Date: Thu, 5 Oct 2023 12:08:36 -0400 Subject: [PATCH 2/2] Better name of artifact. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 04255c1..39604c6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.quickbase - sdk + quickbase-sdk 1.0.0-SNAPSHOT jar