I have an SAP Cloud SDk Project and currently I am using version "0.27.2" for security commons dependency as shown below:
<dependency>
<groupId>com.sap.xs2.security</groupId>
<artifactId>security-commons</artifactId>
<version>0.27.2</version>
</dependency>
While doing integration tests, am getting an dependency error as below:
[WARNING] The POM for com.sap.xs2.security:security-commons:jar:0.28.6 is missing, no dependency information available [WARNING] The POM for com.sap.xs2.security:java-container-security:jar:0.28.6 is missing, no dependency information available
Due to the above, I am not able to run the integration test scripts. Also, I tried to get the versions from the SAP Support portal as shown .But I am unable to find which package will get me the 0.28.6 version? Please help me getting the correct version?