jacks recommended change for thread safety

This commit is contained in:
Jeremy Long
2016-12-05 22:41:15 -05:00
parent bd3af45db9
commit f47c6b07f4
5 changed files with 58 additions and 18 deletions

View File

@@ -261,6 +261,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
</reporting>
<dependencies>
<!-- Note, to stay compatible with Jenkins installations only JARs compiled to 1.6 can be used -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>