sdk-replacement
Installation
SKILL.md
Replace Neo Java Web API with SAP Cloud SDK
Replace the Neo-specific Java Web API with SAP Cloud SDK for Cloud Foundry compatibility.
Purpose
The Neo Java Web API (com.sap.cloud:neo-java-web-api) is not available in Cloud Foundry. This skill replaces it with SAP Cloud SDK dependencies that provide equivalent functionality for the CF environment.
Detection
This skill applies if any of these patterns are found:
In pom.xml
<dependency>
<groupId>com.sap.cloud</groupId>
<artifactId>neo-java-web-api</artifactId>
</dependency>