|
|
@@ -35,6 +35,21 @@ Add the [Spring MVC](TODO) and [Jackson](http://jackson.codehaus.org) JSON libra
|
|
35
|
35
|
<artifactId>jackson-core</artifactId>
|
|
36
|
36
|
<version>2.1.4</version>
|
|
37
|
37
|
</dependency>
|
|
|
38
|
+ <dependency>
|
|
|
39
|
+ <groupId>org.apache.tomcat</groupId>
|
|
|
40
|
+ <artifactId>tomcat-catalina</artifactId>
|
|
|
41
|
+ <version>7.0.39</version>
|
|
|
42
|
+ </dependency>
|
|
|
43
|
+ <dependency>
|
|
|
44
|
+ <groupId>org.apache.tomcat</groupId>
|
|
|
45
|
+ <artifactId>tomcat-embed-core</artifactId>
|
|
|
46
|
+ <version>7.0.39</version>
|
|
|
47
|
+ </dependency>
|
|
|
48
|
+ <dependency>
|
|
|
49
|
+ <groupId>org.apache.tomcat</groupId>
|
|
|
50
|
+ <artifactId>tomcat-jasper</artifactId>
|
|
|
51
|
+ <version>7.0.39</version>
|
|
|
52
|
+ </dependency>
|
|
38
|
53
|
</dependencies>
|
|
39
|
54
|
```
|
|
40
|
55
|
|