Skip to content

Commit c934b1f

Browse files
committed
Fix dependencies
- formatting - add api classes
1 parent c3e438f commit c934b1f

File tree

10 files changed

+2288
-189
lines changed

10 files changed

+2288
-189
lines changed

datamodel/openapi/openapi-api-apache-sample/pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@
2222
<groupId>com.sap.cloud.sdk.datamodel</groupId>
2323
<artifactId>openapi-core</artifactId>
2424
</dependency>
25-
<dependency>
26-
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
27-
<artifactId>cloudplatform-connectivity</artifactId>
28-
</dependency>
25+
<dependency>
26+
<groupId>com.google.guava</groupId>
27+
<artifactId>guava</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>com.fasterxml.jackson.core</groupId>
31+
<artifactId>jackson-core</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>com.fasterxml.jackson.core</groupId>
35+
<artifactId>jackson-annotations</artifactId>
36+
</dependency>
2937
</dependencies>
3038
<build>
3139
<plugins>
@@ -50,7 +58,7 @@
5058
<modelPackage>com.sap.cloud.sdk.datamodel.openapi.apache.sample.model</modelPackage>
5159
<additionalProperties>
5260
<supportingFiles>true</supportingFiles>
53-
<!-- <invokerPackage>com.sap.cloud.sdk.datamodel.openapi.apache.sample.invoker</invokerPackage>-->
61+
<invokerPackage>com.sap.cloud.sdk.services.openapi.apache</invokerPackage>
5462
<library>apache-httpclient</library>
5563
<supportUrlQuery>false</supportUrlQuery>
5664
<useOneOfInterfaces>true</useOneOfInterfaces>

0 commit comments

Comments
 (0)