commit 82eabdb03985595591ac3114b287cee9880fb5f9 Author: Thomas Papendieck Date: Wed Nov 28 16:59:32 2018 +0100 start configuration 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