RM-4617: Temporary solution to fix an issue on Bamboo

This commit is contained in:
Tuna Aksoy
2017-01-25 14:59:47 +00:00
parent eb37d0c08d
commit c32d34fddb

View File

@@ -1642,4 +1642,9 @@
</value>
</property>
</bean>
<!-- FIXME: Temporary workaround for RM-4617 -->
<bean id="protectedUsersCache" factory-bean="cacheFactory" factory-method="createCache">
<constructor-arg value="cache.protectedUsersCache"/>
</bean>
</beans>