I would like know the maven config for Mule's secure-property-placeholder (ZIP).
Thanks.
Regards, Raj
I would like know the maven config for Mule's secure-property-placeholder (ZIP).
Thanks.
Regards, Raj
This is the dependency:
<dependency>
<groupId>com.mulesoft.security</groupId>
<artifactId>mule-module-security-property-placeholder</artifactId>
<version>1.2</version>
</dependency>
And is available from the follwoing repository. You will need a username and password supplied by MuleSoft in order to access the EE repo:
<repository>
<id>mulesoft-ee</id>
<name>Mulesoft EE</name>
<url>https://repository.mulesoft.org/nexus-ee/content/repositories/releases-ee/</url>
</repository>