aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy')
-rw-r--r--aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy b/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
index a54da81..e371cd7 100644
--- a/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
+++ b/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
@@ -11,7 +11,7 @@ beans{
ExampleConsumer(org.openecomp.aai.rest.ExampleConsumer)
V3ThroughV7Consumer(org.openecomp.aai.rest.retired.V3ThroughV7Consumer)
EchoResponse(org.openecomp.aai.rest.util.EchoResponse)
-
+ ModelVersionTransformer(org.openecomp.aai.rest.tools.ModelVersionTransformer)
util.list(id: 'jaxrsServices') {
@@ -22,6 +22,7 @@ beans{
ref(bean:'BulkAddConsumer')
ref(bean:'BulkProcessConsumer')
ref(bean:'V3ThroughV7Consumer')
+ ref(bean:'ModelVersionTransformer')
ref(bean:'EchoResponse')
}