From 82eabdb03985595591ac3114b287cee9880fb5f9 Mon Sep 17 00:00:00 2001 From: Thomas Papendieck Date: Wed, 28 Nov 2018 16:59:32 +0100 Subject: [PATCH] start configuration --- TDD-pure-function/.gitignore | 2 ++ TDD-pure-function/pom.xml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 TDD-pure-function/.gitignore create mode 100644 TDD-pure-function/pom.xml diff --git a/TDD-pure-function/.gitignore b/TDD-pure-function/.gitignore new file mode 100644 index 0000000..359c0f8 --- /dev/null +++ b/TDD-pure-function/.gitignore @@ -0,0 +1,2 @@ +/target/ +.* diff --git a/TDD-pure-function/pom.xml b/TDD-pure-function/pom.xml new file mode 100644 index 0000000..4e137fe --- /dev/null +++ b/TDD-pure-function/pom.xml @@ -0,0 +1,18 @@ + + 4.0.0 + de.edu.hsfulda.ciip + tdd-pure-function + 0.0.1-SNAPSHOT + + 1.8 + 1.8 + + + + junit + junit + 4.12 + test + + + \ No newline at end of file