From 58b98c54e5cd3a04456e6407745669f9089e9cec Mon Sep 17 00:00:00 2001 From: Ashish Trivedi Date: Sun, 19 Jul 2020 15:30:30 +0530 Subject: [PATCH] #1321 Initial folder setup --- pom.xml | 5 ++++- transaction-script/pom.xml | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 transaction-script/pom.xml diff --git a/pom.xml b/pom.xml index f23369107..017bd7e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,7 @@ leader-followers strangler arrange-act-assert + transaction-script @@ -377,6 +378,7 @@ maven-surefire-plugin 3.0.0-M3 + -Xmx1024M ${argLine} @@ -474,6 +476,7 @@ true + ${projectRoot}${file.separator}license-plugin-header-style.xml @@ -550,4 +553,4 @@ - \ No newline at end of file + diff --git a/transaction-script/pom.xml b/transaction-script/pom.xml new file mode 100644 index 000000000..1d3c7a8a9 --- /dev/null +++ b/transaction-script/pom.xml @@ -0,0 +1,15 @@ + + + + java-design-patterns + com.iluwatar + 1.23.0-SNAPSHOT + + 4.0.0 + + transaction-script + + +