Skip to content

Commit 750e73b

Browse files
committed
pom dependency order and controller method params
1 parent c752e52 commit 750e73b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

sample-code/spring-app/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
7171
<artifactId>cloudplatform-core</artifactId>
7272
</dependency>
73+
<dependency>
74+
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
75+
<artifactId>cloudplatform-connectivity</artifactId>
76+
</dependency>
7377
<dependency>
7478
<groupId>com.sap.cloud.sdk.datamodel</groupId>
7579
<artifactId>openapi-core</artifactId>
@@ -135,6 +139,10 @@
135139
<groupId>com.fasterxml.jackson.module</groupId>
136140
<artifactId>jackson-module-jsonSchema</artifactId>
137141
</dependency>
142+
<dependency>
143+
<groupId>com.fasterxml.jackson.core</groupId>
144+
<artifactId>jackson-core</artifactId>
145+
</dependency>
138146
<!-- scope "runtime" -->
139147
<dependency>
140148
<groupId>ch.qos.logback</groupId>
@@ -170,11 +178,6 @@
170178
<artifactId>lombok</artifactId>
171179
<scope>provided</scope>
172180
</dependency>
173-
<dependency>
174-
<groupId>com.fasterxml.jackson.core</groupId>
175-
<artifactId>jackson-core</artifactId>
176-
<scope>compile</scope>
177-
</dependency>
178181
<!-- scope "test" -->
179182
<dependency>
180183
<groupId>org.junit.jupiter</groupId>
@@ -186,10 +189,6 @@
186189
<artifactId>assertj-core</artifactId>
187190
<scope>test</scope>
188191
</dependency>
189-
<dependency>
190-
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
191-
<artifactId>cloudplatform-connectivity</artifactId>
192-
</dependency>
193192
</dependencies>
194193

195194
<build>

0 commit comments

Comments
 (0)