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