- JSON/XML/HTML configuration for map rendering

This commit is contained in:
Paulo Gustavo Veiga
2012-02-16 01:16:51 -03:00
parent 826606dc53
commit a786c0de09
4 changed files with 45 additions and 56 deletions

View File

@@ -261,8 +261,14 @@
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.3.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>