File tree Expand file tree Collapse file tree 2 files changed +1
-107
lines changed
src/main/java/com/sap/ai/sdk/orchestration/client Expand file tree Collapse file tree 2 files changed +1
-107
lines changed Original file line number Diff line number Diff line change 8585 <groupId >org.slf4j</groupId >
8686 <artifactId >slf4j-api</artifactId >
8787 </dependency >
88- <dependency >
89- <groupId >org.springframework</groupId >
90- <artifactId >spring-core</artifactId >
91- </dependency >
92- <dependency >
93- <groupId >com.sap.cloud.sdk.datamodel</groupId >
94- <artifactId >openapi-core</artifactId >
95- </dependency >
9688 <dependency >
9789 <groupId >com.google.guava</groupId >
9890 <artifactId >guava</artifactId >
147139 <groupId >com.sap.cloud.sdk.datamodel</groupId >
148140 <artifactId >openapi-generator-maven-plugin</artifactId >
149141 <configuration >
150- <skip >true</skip >
151142 <!-- TODO: remove this once Cloud SDK 5.15.0 is released -->
152143 <outputDirectory >${project.basedir} /src/main/java</outputDirectory >
153144 <apiMaturity >beta</apiMaturity >
165156 <configuration >
166157 <inputSpec >${project.basedir} /src/main/resources/spec/orchestration.yaml</inputSpec >
167158 <apiPackage >com.sap.ai.sdk.orchestration.client</apiPackage >
159+ <generateApis >false</generateApis >
168160 <modelPackage >com.sap.ai.sdk.orchestration.client.model</modelPackage >
169161 <additionalProperties >
170162 <pojoBuilderMethodName >create</pojoBuilderMethodName >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments