diff options
author | bb3476 <bb3476@att.com> | 2018-11-15 13:56:45 -0500 |
---|---|---|
committer | bb3476 <bb3476@att.com> | 2018-11-15 13:56:45 -0500 |
commit | 5105cb4dde51a1d2365b84c3399859101598b49c (patch) | |
tree | f76fc31a9e6fb48d17d16cdaf78d1e1639a27e46 /generic-resource-api/client | |
parent | 42fd8811e27f007ea07ced3718003713f49767f5 (diff) |
gr api northbound objects serializable
Issue-ID: SDNC-524
Change-Id: Icdbd448b5710c8ce27b58b0e99e85dcdf2d5f295
Signed-off-by: bb3476 <bb3476@att.com>
Diffstat (limited to 'generic-resource-api/client')
-rw-r--r-- | generic-resource-api/client/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index cce14013..a9822046 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -74,6 +74,7 @@ <sourceFolder>src/main/java</sourceFolder> <useBeanValidation>true</useBeanValidation> <interfaceOnly>true</interfaceOnly> + <serializableModel>true</serializableModel> </configOptions> </configuration> </execution> |