Skip to content

Commit 0ec3590

Browse files
author
Steven Schlansker
committed
Latest base POM
Update testing-lessio dependency, remove log4j version override Skip the check-build...
1 parent 4c76d6a commit 0ec3590

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.nesscomputing</groupId>
66
<artifactId>ness-oss-parent</artifactId>
7-
<version>13</version>
7+
<version>20</version>
88
</parent>
99

1010
<artifactId>ness-syslog4j</artifactId>
@@ -28,6 +28,10 @@
2828
<url>https://gtihub.com/NessComputing/syslog4j</url>
2929
</scm>
3030

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+
3135
<!-- The Syslog4J library uses an evil static registry, and not every test cleans up properly after itself -->
3236
<!-- Fork every test so they can't stomp on each other -->
3337
<build>
@@ -48,7 +52,6 @@
4852
<dependency>
4953
<groupId>log4j</groupId>
5054
<artifactId>log4j</artifactId>
51-
<version>1.2.16</version>
5255
</dependency>
5356

5457
<dependency>
@@ -98,7 +101,7 @@
98101
<dependency>
99102
<groupId>com.nesscomputing.testing</groupId>
100103
<artifactId>kawala-lessio</artifactId>
101-
<version>2.0.1</version>
104+
<version>2.1.1</version>
102105
<exclusions>
103106
<exclusion>
104107
<groupId>com.nesscomputing</groupId>

0 commit comments

Comments
 (0)