Skip to content

Commit 7587e8e

Browse files
Added generateApis option to false
1 parent 05f3d74 commit 7587e8e

File tree

2 files changed

+1
-107
lines changed

2 files changed

+1
-107
lines changed

orchestration/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@
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>
@@ -147,7 +139,6 @@
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>
@@ -165,6 +156,7 @@
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>

orchestration/src/main/java/com/sap/ai/sdk/orchestration/client/OrchestrationCompletionApi.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)