Add upgrade warnings/notes

Former-commit-id: e35d3be893841c3a8c6a958888d87ff304e22360
This commit is contained in:
Hans Joachim Desserud
2015-06-12 23:12:19 +02:00
parent 8b56349daa
commit 2587ad21c0

View File

@@ -356,6 +356,9 @@ Copyright (c) 2012 - Jeremy Long
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<!-- Before upgrading to 1.3, note that this introduces several
deprecation warnings. Most notable OptionBuilder has been
marked as deprecated. Should probably be sorted out. -->
<version>1.2</version>
</dependency>
<dependency>
@@ -383,6 +386,8 @@ Copyright (c) 2012 - Jeremy Long
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<!-- Upgrading to 1.17 introduces build failures when building
with OpenJDK. -->
<version>1.16</version>
<scope>test</scope>
</dependency>