From 7ac470c22e9e179daf0a10579a9f9e347cf6f94f Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 28 May 2018 13:42:11 -0300 Subject: Move SCL into new project SCL is now independant of dicelang, and thus deserving of its own repo. --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..67344f0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,34 @@ + + + 4.0.0 + bjc + dicelang-scl + 1.0-SNAPSHOT + scl + http://maven.apache.org + + UTF-8 + + + + junit + junit + 3.8.1 + test + + + + + bjc + BJC-Utils2 + 1.0.0 + + + bjc + dicelang-dice + 1.0.0 + + + -- cgit v1.2.3