Skip to content

Commit 2216ad5

Browse files
committed
add cart dep to example
1 parent f7f3847 commit 2216ad5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/split-packages/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
<artifactId>commercetools-sdk-java-api-models_customer</artifactId>
4141
<version>${commercetools.version}</version>
4242
</dependency>
43+
<dependency>
44+
<groupId>com.commercetools.sdk</groupId>
45+
<artifactId>commercetools-sdk-java-api-models_cart</artifactId>
46+
<version>${commercetools.version}</version>
47+
</dependency>
4348
<dependency>
4449
<groupId>com.commercetools.sdk</groupId>
4550
<artifactId>commercetools-http-client</artifactId>

0 commit comments

Comments
 (0)