From 30363cbb7f47b3fd8173c318663d01fc4513679b Mon Sep 17 00:00:00 2001 From: Joseph McCarthy Date: Sat, 26 Dec 2015 22:05:12 +0000 Subject: [PATCH] Create maven module for delegation pattern #324 --- delegation/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 40 insertions(+) create mode 100644 delegation/pom.xml diff --git a/delegation/pom.xml b/delegation/pom.xml new file mode 100644 index 000000000..96c1fc952 --- /dev/null +++ b/delegation/pom.xml @@ -0,0 +1,39 @@ + + + + + + java-design-patterns + com.iluwatar + 1.9.0-SNAPSHOT + + 4.0.0 + + delegation + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9fa150dd4..c0c326d57 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,7 @@ reactor caching publish-subscribe + delegation