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 894eb69 commit c46bdedCopy full SHA for c46bded
cics-java-liberty-link-app/build.gradle
@@ -40,7 +40,7 @@ dependencies
40
{
41
// CICS TS V5.5 Maven BOM (as of 19th May 2020)
42
compileOnly enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")
43
- annotationProcessor enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")
+ //annotationProcessor enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")
44
45
// Don't include JCICS in the final build (no need for version because we have BOM)
46
compileOnly("com.ibm.cics:com.ibm.cics.server")
0 commit comments