02/16: Use gson to load and store TopiaMetadataModel
This is an automated email from the git hooks/post-receive script. New commit to branch feature/3860_introduce_topiasqlbatchsupport in repository topia. See http://git.nuiton.org/topia.git commit e2c019ac5963fa3c3aa89572a78f47cfea4589b8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jan 4 13:35:18 2016 +0100 Use gson to load and store TopiaMetadataModel --- pom.xml | 5 +++++ topia-persistence/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index b2a0128..39f8865 100644 --- a/pom.xml +++ b/pom.xml @@ -373,6 +373,11 @@ <artifactId>guava</artifactId> <version>${guavaVersion}</version> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.5</version> + </dependency> <!-- Commons libs --> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index e2736a1..40831fa 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -59,6 +59,11 @@ </dependency> <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm