From 1e05b82f5633a6430761e053701264dd4ec4468b Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Sun, 27 Jan 2019 10:40:07 -0500 Subject: add custom object support to a ai client enhanced custom support of objects in client simplified the way objects are added to the type map attempt to search all packages with ClasspathHelper do not allow reflections to log so much former enums are now serializable again added the ability to create custom object types for A&AI client Change-Id: I47aae99bc42ccb0ab3d60d4d5d1fe0558cd1a273 Issue-ID: SO-1429 Signed-off-by: Benjamin, Max (mb388a) --- common/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/pom.xml') diff --git a/common/pom.xml b/common/pom.xml index 7d468fae3f..51c9ed3bcb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -126,6 +126,11 @@ spring-boot-starter-test test + + org.reflections + reflections + 0.9.11 + -- cgit 1.2.3-korg