Skip to content
Snippets Groups Projects
Commit b095a837 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Merge branch 'develop' into 'feature-actions'

Develop

See merge request jonasblatt/ma-jonasblatt-dmn-verifier!1
parents e026d20d 86b2a46d
No related branches found
No related tags found
No related merge requests found
# Master Thesis - Implementation Project - Backend
[Thesis Project](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-thesis) of Jonas Blatt in WiSe 19/20 - SoSe20
This project contains all source files of the implementation, created for the master thesis.
- [Frontend Project](../dmnverifierfrontend)
## Backend
Based on
- [Quarkus](https://quarkus.io/guides/maven-tooling)
- [Camunda DMN](https://github.com/bpmn-io/dmn-js)
# Master Thesis - Implementation Project - Backend
[Thesis Project](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-thesis) of Jonas Blatt in WiSe 19/20 - SoSe20
This project contains all source files of the implementation, created for the master thesis.
- [Backend Project](../dmnverifierapi)
## Frontend
TODO..
......@@ -50,19 +50,5 @@
<build>
<finalName>${build.name}_${project.version}</finalName>
<plugins>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment