mirror of
https://github.com/brmlab/wekan-mailer.git
synced 2025-06-10 19:04:08 +02:00
Some draft of rest api calls
This commit is contained in:
parent
c2bd21df95
commit
28bbf0815e
8 changed files with 141 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue