1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Upgraded jwebunit version

This commit is contained in:
Luke Taylor
2009-12-08 01:49:03 +00:00
parent a361f1c926
commit 0f25601f54
+3 -3
View File
@@ -66,19 +66,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.4.3</version>
<version>1.5.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.4.3</version>
<version>1.5.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl104-over-slf4j</artifactId>
<version>1.4.3</version>
<version>1.5.8</version>
<scope>runtime</scope>
</dependency>
<dependency>