From a34e7be9c2377e64c5a2759d053997ef2d340f70 Mon Sep 17 00:00:00 2001 From: Aleksandar Dudukovic Date: Fri, 28 Apr 2017 19:35:19 +0200 Subject: [PATCH] check commit --- marker/pom.xml | 15 +++++++++++++++ marker/src/main/java/App.java | 6 ++++++ pom.xml | 1 + 3 files changed, 22 insertions(+) create mode 100644 marker/pom.xml create mode 100644 marker/src/main/java/App.java diff --git a/marker/pom.xml b/marker/pom.xml new file mode 100644 index 000000000..99dca27a3 --- /dev/null +++ b/marker/pom.xml @@ -0,0 +1,15 @@ + + + + java-design-patterns + com.iluwatar + 1.16.0-SNAPSHOT + + 4.0.0 + + marker + + + \ No newline at end of file diff --git a/marker/src/main/java/App.java b/marker/src/main/java/App.java new file mode 100644 index 000000000..233db22c9 --- /dev/null +++ b/marker/src/main/java/App.java @@ -0,0 +1,6 @@ +/** + * Created by Alexis on 28-Apr-17. + */ +public class App { + +} diff --git a/pom.xml b/pom.xml index a45f0e1f3..7ca284557 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ converter guarded-suspension balking + marker