From ca7ba1eaac8eeef2239b2637919ec9cb51432580 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 14 Jul 2018 13:49:04 -0700 Subject: Release 1.3 Note: adding proper dependencies on JAXB. --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52ed6ef..728e698 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.p4square ccbapi - 1.3-SNAPSHOT + 1.3 cbb-api-java-client An unofficial Java library for accessing the Church Community Builder API. @@ -26,6 +26,26 @@ + + javax.xml.bind + jaxb-api + 2.2.11 + + + com.sun.xml.bind + jaxb-core + 2.2.11 + + + com.sun.xml.bind + jaxb-impl + 2.2.11 + + + javax.activation + activation + 1.1.1 + org.apache.httpcomponents httpclient -- cgit v1.2.3