Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit cff541f

Browse files
committed
fix cycling dependencies
1 parent cfbcf87 commit cff541f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

commercetools-test-lib/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@
5656
<artifactId>commercetools-sdk-compat-v1</artifactId>
5757
<version>${cocosdkv2.version}</version>
5858
<scope>compile</scope>
59+
<exclusions>
60+
<exclusion>
61+
<groupId>com.commercetools.sdk.jvm.core</groupId>
62+
<artifactId>*</artifactId>
63+
</exclusion>
64+
<exclusion>
65+
<groupId>com.fasterxml.jackson.core</groupId>
66+
<artifactId>*</artifactId>
67+
</exclusion>
68+
<exclusion>
69+
<groupId>com.fasterxml.jackson.datatype</groupId>
70+
<artifactId>*</artifactId>
71+
</exclusion>
72+
</exclusions>
5973
</dependency>
6074
<dependency>
6175
<groupId>com.commercetools.sdk</groupId>

0 commit comments

Comments
 (0)