From cb9b235a59a2e136f3b850966a8820dee2f90969 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Wed, 25 Oct 2017 12:22:56 -0300 Subject: Start splitting dice to a new module --- dice/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dice/pom.xml (limited to 'dice/pom.xml') diff --git a/dice/pom.xml b/dice/pom.xml new file mode 100644 index 0000000..9371b96 --- /dev/null +++ b/dice/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + + bjc + dicelang-Parent + 1.0.0 + + + dicelang-dice + jar + + dicelang-dice + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + -- cgit v1.2.3