Chris Beams пре 13 година
родитељ
комит
bceeac33bc
1 измењених фајлова са 15 додато и 0 уклоњено
  1. 15
    0
      README.md

+ 15
- 0
README.md Прегледај датотеку

35
         <artifactId>jackson-core</artifactId>
35
         <artifactId>jackson-core</artifactId>
36
         <version>2.1.4</version>
36
         <version>2.1.4</version>
37
     </dependency>
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
 </dependencies>
53
 </dependencies>
39
 ```
54
 ```
40
 
55