|
@@ -20,24 +20,11 @@
|
20
|
20
|
</plugins>
|
21
|
21
|
</build>
|
22
|
22
|
<dependencies>
|
23
|
|
-
|
24
|
|
- <dependency>
|
25
|
|
- <groupId>org.slf4j</groupId>
|
26
|
|
- <artifactId>slf4j-api</artifactId>
|
27
|
|
- <version>1.7.5</version>
|
28
|
|
- </dependency>
|
29
|
|
-
|
30
|
|
- <dependency>
|
31
|
|
- <groupId>org.slf4j</groupId>
|
32
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
33
|
|
- <version>1.7.5</version>
|
34
|
|
- </dependency>
|
35
|
|
-
|
36
|
23
|
<dependency>
|
37
|
24
|
<groupId>junit</groupId>
|
38
|
25
|
<artifactId>junit</artifactId>
|
39
|
|
- <version>RELEASE</version>
|
|
26
|
+ <version>4.12</version>
|
40
|
27
|
</dependency>
|
41
|
28
|
</dependencies>
|
42
|
29
|
|
43
|
|
-</project>
|
|
30
|
+</project>
|