Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
/ autochef Public archive

Commit 58376b9

Browse files
committed
Maven: pom.xml cleanup
1 parent 9f4a5ea commit 58376b9

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

www/autochef/pom.xml

+12-14
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,13 @@
1818
<artifactId>junit</artifactId>
1919
<version>3.8.1</version>
2020
<scope>test</scope>
21-
</dependency>
21+
</dependency>
2222

2323
<!-- Struts 2 -->
24-
<dependency>
25-
<groupId>org.apache.struts</groupId>
26-
<artifactId>struts2-core</artifactId>
27-
<version>2.0.11.2</version>
28-
</dependency>
2924
<dependency>
3025
<groupId>org.apache.struts</groupId>
3126
<artifactId>struts2-tiles-plugin</artifactId>
32-
<version>2.1.6</version>
27+
<version>2.1.8</version>
3328
</dependency>
3429

3530
<!-- Servlet & Jsp -->
@@ -45,20 +40,23 @@
4540
<version>2.0</version>
4641
<scope>provided</scope>
4742
</dependency>
48-
49-
<!-- Jakarta Commons -->
5043
<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>
5452
</dependency>
5553

5654
<!-- PostgreSQL JDBC -->
5755
<dependency>
5856
<groupId>postgresql</groupId>
5957
<artifactId>postgresql</artifactId>
60-
<version>8.3-603.jdbc4</version>
61-
</dependency>
58+
<version>8.4-701.jdbc4</version>
59+
</dependency>
6260

6361
<!-- Log4j -->
6462
<dependency>

0 commit comments

Comments
 (0)