Archived
0

implement saving vendor filters, modify filter screen

This commit is contained in:
iMoHax
2016-03-16 16:56:49 +03:00
parent 10bdb62164
commit 63299d825c
10 changed files with 523 additions and 59 deletions

View File

@@ -40,6 +40,10 @@
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<packaging>jar</packaging>