Implemented ConfigService load/save methods and tests
This commit is contained in:
parent
11c0d7b489
commit
fc03b6998a
5 changed files with 259 additions and 0 deletions
|
|
@ -23,6 +23,12 @@
|
|||
<version>0.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.20.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.core</groupId>
|
||||
<artifactId>jersey-client</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue