for the Tactical assertion jar or tar files provided by Broadcom but not originally packed in the gateway image.
Where should we put them in the gradle project such that they can be found when we do build and export ?
Release : 10.0
Component : API GATEWAY
Please put the files on /lib folder into the gradle project
If the dependent bundle or tactical assertion is defined in the same gradle project then you can reference them as shown below :
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
flatDir {
dirs "lib"
}
}
dependencies {
bundle group: '', name: 'policydep', version: '1.0.0', ext: 'bundle'
}
https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/gateway-policy-plugin/1-0/expected-source-directory-organization.html