From a732c0b40ade8ffd01cd8920f122496e3e7e92eb Mon Sep 17 00:00:00 2001 From: Dawand Sulaiman Date: Thu, 6 Jun 2019 15:30:01 +0100 Subject: [PATCH] Added Maven support --- .idea/compiler.xml | 16 ++++++++++++++++ pom.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 pom.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fe4c5cf --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d8c6e17 --- /dev/null +++ b/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + + groupId + AHP_Fuzzy_TOPSIS + 1.0-SNAPSHOT + + + + org.apache.maven.plugins + maven-compiler-plugin + + 7 + 7 + + + + + + + + org.apache.commons + commons-math3 + 3.6.1 + + + + \ No newline at end of file