mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5744 - fix up test refs to old spring jasypt
This commit is contained in:
parent
c129051175
commit
81b8403f33
|
@ -30,7 +30,7 @@
|
||||||
<property name="password" value="activemq"/>
|
<property name="password" value="activemq"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer">
|
||||||
<constructor-arg ref="configurationEncryptor" />
|
<constructor-arg ref="configurationEncryptor" />
|
||||||
<property name="location" value="classpath:credentials.properties"/>
|
<property name="location" value="classpath:credentials.properties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<property name="password" value="activemq"/>
|
<property name="password" value="activemq"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer">
|
||||||
<constructor-arg ref="configurationEncryptor" />
|
<constructor-arg ref="configurationEncryptor" />
|
||||||
<property name="location" value="classpath:credentials.properties"/>
|
<property name="location" value="classpath:credentials.properties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<property name="password" value="activemq"/>
|
<property name="password" value="activemq"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer">
|
||||||
<constructor-arg ref="configurationEncryptor" />
|
<constructor-arg ref="configurationEncryptor" />
|
||||||
<property name="location" value="classpath:credentials.properties"/>
|
<property name="location" value="classpath:credentials.properties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
Loading…
Reference in New Issue