Implement new API

This commit is contained in:
Marko Zivanovic
2015-03-12 12:30:39 +01:00
parent 258a3a7b31
commit 7ad028c966
12 changed files with 253 additions and 48 deletions
+7 -1
View File
@@ -58,7 +58,13 @@
<dependency>
<groupId>rs.in.zivanovic</groupId>
<artifactId>j-password-obfuscator</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>