Skip to content

Commit 572817b

Browse files
committed
Add a couple of comments about dependencies that can't (or can't yet, be upgraded).
1 parent e9c2317 commit 572817b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@
639639
<dependency>
640640
<groupId>org.slf4j</groupId>
641641
<artifactId>slf4j-reload4j</artifactId>
642+
<!-- version 2.0.3+ requires Java 8 -->
642643
<version>1.7.36</version>
643644
</dependency>
644645

@@ -827,6 +828,7 @@
827828
<dependency>
828829
<groupId>xml-apis</groupId>
829830
<artifactId>xml-apis</artifactId>
831+
<!-- version 2.0.2 of this library is actually 1.0.b2, per the message: [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 -->
830832
<version>1.4.01</version>
831833
</dependency>
832834

0 commit comments

Comments
 (0)