diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-10 12:55:43 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-10 12:55:43 -0500 |
commit | 50d4d559247852ebb52aee1dc9f65a7bcf752ad4 (patch) | |
tree | 3484aa593fdb7822c287ffc5eb5cc80866b89ca8 /ms | |
parent | 2e0a52864835bd2cf8efadc426c914b9e00be8db (diff) |
Add aai-service bean
Added bean for aai-service to allow aai-service to be called
from directed graphs
Change-Id: I8a617aabce8cb14de5c481276c520809e3917181
Issue-ID: CCSDK-2976
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/sliboot/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 475e990e..a35a28b1 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -200,6 +200,7 @@ <version>2.3.1</version> <executions> <execution> + <phase>generate-sources</phase> <goals> <goal>generate</goal> </goals> |