File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.nesscomputing</groupId >
6
6
<artifactId >ness-oss-parent</artifactId >
7
- <version >13 </version >
7
+ <version >20 </version >
8
8
</parent >
9
9
10
10
<artifactId >ness-syslog4j</artifactId >
28
28
<url >https://gtihub.com/NessComputing/syslog4j</url >
29
29
</scm >
30
30
31
+ <properties >
32
+ <ness .skip.check-build>true</ness .skip.check-build> <!-- Ugly, but PMD / FindBugs are very unhappy with the syslog4j code. -->
33
+ </properties >
34
+
31
35
<!-- The Syslog4J library uses an evil static registry, and not every test cleans up properly after itself -->
32
36
<!-- Fork every test so they can't stomp on each other -->
33
37
<build >
48
52
<dependency >
49
53
<groupId >log4j</groupId >
50
54
<artifactId >log4j</artifactId >
51
- <version >1.2.16</version >
52
55
</dependency >
53
56
54
57
<dependency >
98
101
<dependency >
99
102
<groupId >com.nesscomputing.testing</groupId >
100
103
<artifactId >kawala-lessio</artifactId >
101
- <version >2.0 .1</version >
104
+ <version >2.1 .1</version >
102
105
<exclusions >
103
106
<exclusion >
104
107
<groupId >com.nesscomputing</groupId >
You can’t perform that action at this time.
0 commit comments