From 148f14ffa0932e059a138096d7eec04d1bb463cc Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Thu, 20 Jun 2019 22:17:21 +0200 Subject: [PATCH] initial pom.xml; incomplete but it's a start --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..af821230bd --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + 4.0.0 + com.google.ortools + ortools-java + 7.1 + + + com.google.protobuf + protobuf-java + 3.8.0 + + + + ${project.basedir} + ${project.build.directory}/lib + ${project.basedir}/ortools + + \ No newline at end of file