diff --git a/basex/pom.xml b/basex/pom.xml index fc2710ba..d9885a70 100644 --- a/basex/pom.xml +++ b/basex/pom.xml @@ -14,6 +14,12 @@ http://www.apache.org/licenses/LICENSE-2.0.txt + + + Central Repo for net.xqj + https://repo.maven.apache.org/maven2/ + + Moritz Schubotz diff --git a/mathosphere-core/pom.xml b/mathosphere-core/pom.xml index 1751f0f0..9bdd2fce 100644 --- a/mathosphere-core/pom.xml +++ b/mathosphere-core/pom.xml @@ -89,7 +89,7 @@ com.formulasearchengine mathmltools - 0.3.1-SNAPSHOT + 0.4.0 cz.muni.fi.mir diff --git a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java index e385fa74..f3b315d7 100644 --- a/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java +++ b/mathosphere-core/src/main/java/com/formulasearchengine/mathosphere/mlp/MachineLearningRelationExtractor.java @@ -14,7 +14,6 @@ import com.formulasearchengine.mathosphere.utils.GoldUtil; import com.formulasearchengine.mlp.evaluation.Evaluator; import com.formulasearchengine.mlp.evaluation.pojo.GoldEntry; -import javafx.scene.control.TextFormatter; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVPrinter; import org.apache.commons.lang.StringUtils; diff --git a/pomlp/pom.xml b/pomlp/pom.xml index b35cc7a1..14cb1784 100644 --- a/pomlp/pom.xml +++ b/pomlp/pom.xml @@ -30,7 +30,7 @@ 1.8 1.8 1.8 - 2.9.10.8 + 2.9.10 @@ -107,14 +107,14 @@ com.formulasearchengine mathmlconverters - 1.0.0-SNAPSHOT + 1.0.0 com.formulasearchengine mathmltools - 0.3.1-SNAPSHOT + 0.4.0 diff --git a/restd/pom.xml b/restd/pom.xml index 21f01e3a..0f897763 100644 --- a/restd/pom.xml +++ b/restd/pom.xml @@ -105,9 +105,9 @@ 1.0.13 - com.formulasearchengine.mathosphere - basex - 0.0.1-SNAPSHOT + com.formulasearchengine + basex-backend + 1.0.0 io.restx diff --git a/restd/readme.md b/restd/readme.md index 8e18c3df..cc21abb0 100644 --- a/restd/readme.md +++ b/restd/readme.md @@ -26,7 +26,9 @@ An example dataset can be found in the [BaseX README](https://github.com/TU-Berl At first you have to set up a server in your local maven settings file ~/.m2/settings.xml. For example ```XML - +