diff --git a/pom.xml b/pom.xml index f2b6b7ccb..e29b2f99a 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,8 @@ event-sourcing data-transfer-object throttling - + unitofwork + diff --git a/unitofwork/pom.xml b/unitofwork/pom.xml new file mode 100644 index 000000000..e790c8168 --- /dev/null +++ b/unitofwork/pom.xml @@ -0,0 +1,15 @@ + + + + java-design-patterns + com.iluwatar + 1.17.0-SNAPSHOT + + 4.0.0 + + unit-of-work + + + \ No newline at end of file