From 7269d7a96814f0a5deb9429ac0bf6f2de64a48bb Mon Sep 17 00:00:00 2001
From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr>
Date: Mon, 19 Feb 2018 17:49:43 +0100
Subject: [PATCH] Compilation tmltrans update

---
 rundse/build.gradle        | 2 +-
 tmltranslator/build.gradle | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/rundse/build.gradle b/rundse/build.gradle
index efd94316ec..92fb8953a8 100644
--- a/rundse/build.gradle
+++ b/rundse/build.gradle
@@ -13,7 +13,7 @@ dependencies {
     compileOnly name: 'opencloud'
     compileOnly name: 'JavaPlot'
     compileOnly name: 'derbynet'
-    compileOnly name: 'commons-math3-3.6.1'
+    compile name: 'commons-math3-3.6.1'
     compileOnly name: 'commons-codec-1.10'
     compileOnly name: 'commons-io-2.5'
     compileOnly name: 'jsoup-1.8.1'
diff --git a/tmltranslator/build.gradle b/tmltranslator/build.gradle
index 8d96490753..24c612548a 100644
--- a/tmltranslator/build.gradle
+++ b/tmltranslator/build.gradle
@@ -18,6 +18,7 @@ dependencies {
     compileOnly name: 'commons-io-2.5'
     compileOnly name: 'jsoup-1.8.1'
     compileOnly name: 'gs-core-1.3'
+    compile name: 'commons-math3-3.6.1'
 }
 
 jar {
-- 
GitLab