[FEATURE] Map usage integrated in the interactive servlet

JSTL (without EL) added
This commit is contained in:
Maxime Sinclair
2013-08-22 14:31:05 +02:00
parent 13ac55e09e
commit 7d7bdca930
6 changed files with 87 additions and 3 deletions

View File

@@ -75,6 +75,11 @@
<artifactId>plantuml</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>HTTPClient</groupId>
<artifactId>HTTPClient</artifactId>