Completed all services and last commit before saga pattern.

This commit is contained in:
Ali CANLI
2022-07-14 09:57:08 +03:00
parent 2282519f69
commit 1f68e35324
49 changed files with 790 additions and 32 deletions

View File

@@ -13,10 +13,6 @@
<dependencies>
<dependency>
<groupId>com.food.order</groupId>
<artifactId>payment-domain</artifactId>
</dependency>
<dependency>
<groupId>com.food.order</groupId>
@@ -32,11 +28,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>com.food.order</groupId>
<artifactId>payment-domain-core</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>