[FEATURE] CodeMirror first basic implementation

This commit is contained in:
maximesinclair
2014-02-19 23:37:33 +01:00
parent 9ca32c8d22
commit 69fbe5d2b8
2 changed files with 12 additions and 2 deletions

View File

@@ -157,6 +157,11 @@
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>codemirror</artifactId>
<version>3.21</version>
</dependency>
<dependency>
<groupId>HTTPClient</groupId>
<artifactId>HTTPClient</artifactId>