Skip to content

Commit b213306

Browse files
committed
update cloudplatform-core library version
1 parent 57c5207 commit b213306

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

‎sdm/pom.xml‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,20 @@
308308
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
309309
<artifactId>connectivity-oauth</artifactId>
310310
</exclusion>
311+
<exclusion>
312+
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
313+
<artifactId>cloudplatform-core</artifactId>
314+
</exclusion>
311315
</exclusions>
312316
</dependency>
317+
<dependency>
318+
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
319+
<artifactId>cloudplatform-core</artifactId>
320+
</dependency>
313321
<dependency>
314322
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
315323
<artifactId>connectivity-oauth</artifactId>
316-
<version>5.21.0</version>
317-
<!-- <exclusions>
324+
<exclusions>
318325
<exclusion>
319326
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
320327
<artifactId>resilience4j</artifactId>
@@ -331,7 +338,7 @@
331338
<groupId>commons-io</groupId>
332339
<artifactId>commons-io</artifactId>
333340
</exclusion>
334-
</exclusions> -->
341+
</exclusions>
335342
</dependency>
336343
<dependency>
337344
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)