From 4ecc337c7d4d2d6a4194f7938e14946cb52aac7d Mon Sep 17 00:00:00 2001 From: Piyush Chaudhari Date: Sat, 16 Sep 2017 17:20:51 +0530 Subject: [PATCH] #352- Unit Of Work : Added module to project. --- pom.xml | 3 ++- unitofwork/pom.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 unitofwork/pom.xml 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