Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions basex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<repositories>
<repository>
<id>Central Repo for net.xqj</id>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>
<developers>
<developer>
<name>Moritz Schubotz</name>
Expand Down
2 changes: 1 addition & 1 deletion mathosphere-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>com.formulasearchengine</groupId>
<artifactId>mathmltools</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>cz.muni.fi.mir</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions pomlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>1.8</java.version>
<jackson.version>2.9.10.8</jackson.version>
<jackson.version>2.9.10</jackson.version>
</properties>

<build>
Expand Down Expand Up @@ -107,14 +107,14 @@
<dependency>
<groupId>com.formulasearchengine</groupId>
<artifactId>mathmlconverters</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<!-- MathML Converter -->
<dependency>
<groupId>com.formulasearchengine</groupId>
<artifactId>mathmltools</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>

<!-- Spring REST to communicate with GitHub -->
Expand Down
6 changes: 3 additions & 3 deletions restd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
<version>1.0.13</version>
</dependency>
<dependency>
<groupId>com.formulasearchengine.mathosphere</groupId>
<artifactId>basex</artifactId>
<version>0.0.1-SNAPSHOT</version>
<groupId>com.formulasearchengine</groupId>
<artifactId>basex-backend</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
Expand Down
9 changes: 7 additions & 2 deletions restd/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1

.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
Expand Down Expand Up @@ -57,4 +59,7 @@ mvn tomcat7:redeploy
## Test
Navigate to
http://HOST:PORT(/restd?)/api/@/ui/api-docs/
The default password is mathosphere.
The default credentials are admin/mathosphere.

by default URL is for the rest-ui is:
http://127.0.0.1:10043/api/@/ui/