From 6713cba6c39f2e8f57fb835a4cfb7d6dfc411d94 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 1 Oct 2018 11:44:46 -0400 Subject: [PATCH] Pojos are now serializable Change-Id: I562c05a4157708af8fdd7537e56bcadc5123d136 Issue-ID: AAI-1695 Signed-off-by: Benjamin, Max (mb388a) --- aai-schema/src/main/xjb/bindings-onap.xjb | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/aai-schema/src/main/xjb/bindings-onap.xjb b/aai-schema/src/main/xjb/bindings-onap.xjb index 85713f2e..f5579b81 100644 --- a/aai-schema/src/main/xjb/bindings-onap.xjb +++ b/aai-schema/src/main/xjb/bindings-onap.xjb @@ -2,7 +2,11 @@ + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"> + + + @@ -16,7 +20,7 @@ - + @@ -26,7 +30,7 @@ - + @@ -35,7 +39,7 @@ - - + + -- 2.16.6