We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c7ef commit 16c2ac8Copy full SHA for 16c2ac8
api/src/main/resources/moduleApplicationContext.xml
@@ -57,4 +57,9 @@
57
</bean>
58
59
<bean id="locationTypeTranslator" class="org.openmrs.module.fhir2.api.translators.impl.LocationTypeTranslatorImpl"/>
60
+
61
+ <bean id="org.openmrs.module.ugandaemrsync.tasks.SendAnalyticsDataToCentralServerTask"
62
+ class="org.openmrs.module.ugandaemrsync.tasks.SendAnalyticsDataToCentralServerTask"
63
+ scope="prototype"/>
64
65
</beans>
0 commit comments