diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-02-12 13:09:04 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-02-12 13:09:04 +0000 |
commit | 4b76fbaa723e9a3ad190761786c295c85cb8b899 (patch) | |
tree | 19f66083c4dcbbb20506ef6df5b91e4a53917399 /src | |
parent | ef814149fcc9593a3296e1d7ccd87a679c27708b (diff) |
Enable the info service
Explicitly configure a Spring bean for the InfoService.
Change-Id: I02b98750dfed416ab831e126aeca5b0ac5582356
Issue-ID: AAI-2115
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/validation-service-beans.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/validation-service-beans.xml b/src/main/resources/validation-service-beans.xml index d0baca2..eb4e4e8 100644 --- a/src/main/resources/validation-service-beans.xml +++ b/src/main/resources/validation-service-beans.xml @@ -219,4 +219,7 @@ limitations under the License. <constructor-arg ref="validationController" /> <constructor-arg ref="aaiMicroServiceAuth" /> </bean> + + <bean id="infoService" class="org.onap.aai.validation.services.InfoService" /> + </beans> |