Some draft of rest api calls

This commit is contained in:
Malanius 2018-10-02 20:39:01 +02:00
parent c2bd21df95
commit 28bbf0815e
8 changed files with 141 additions and 0 deletions

View file

@ -37,6 +37,15 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>