This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree 1 file changed +12
-14
lines changed
1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 18
18
<artifactId >junit</artifactId >
19
19
<version >3.8.1</version >
20
20
<scope >test</scope >
21
- </dependency >
21
+ </dependency >
22
22
23
23
<!-- Struts 2 -->
24
- <dependency >
25
- <groupId >org.apache.struts</groupId >
26
- <artifactId >struts2-core</artifactId >
27
- <version >2.0.11.2</version >
28
- </dependency >
29
24
<dependency >
30
25
<groupId >org.apache.struts</groupId >
31
26
<artifactId >struts2-tiles-plugin</artifactId >
32
- <version >2.1.6 </version >
27
+ <version >2.1.8 </version >
33
28
</dependency >
34
29
35
30
<!-- Servlet & Jsp -->
45
40
<version >2.0</version >
46
41
<scope >provided</scope >
47
42
</dependency >
48
-
49
- <!-- Jakarta Commons -->
50
43
<dependency >
51
- <groupId >commons-logging</groupId >
52
- <artifactId >commons-logging</artifactId >
53
- <version >1.1.1</version >
44
+ <groupId >javax.servlet</groupId >
45
+ <artifactId >jstl</artifactId >
46
+ <version >1.1.2</version >
47
+ </dependency >
48
+ <dependency >
49
+ <groupId >taglibs</groupId >
50
+ <artifactId >standard</artifactId >
51
+ <version >1.1.2</version >
54
52
</dependency >
55
53
56
54
<!-- PostgreSQL JDBC -->
57
55
<dependency >
58
56
<groupId >postgresql</groupId >
59
57
<artifactId >postgresql</artifactId >
60
- <version >8.3-603 .jdbc4</version >
61
- </dependency >
58
+ <version >8.4-701 .jdbc4</version >
59
+ </dependency >
62
60
63
61
<!-- Log4j -->
64
62
<dependency >
You can’t perform that action at this time.
0 commit comments