File 0001-compilerArguments-is-deprecated.patch of Package concurrentlinkedhashmap-lru.28016
From 06edb3c08db85bf40d5fdd5511d0f37e7014e48c Mon Sep 17 00:00:00 2001
From: Johannes Renner <jrenner@suse.de>
Date: Wed, 17 Jun 2015 15:14:48 +0200
Subject: [PATCH 1/1] compilerArguments is deprecated
---
src/concurrentlinkedhashmap-concurrentlinkedhashmap-lru-1.3.1/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: concurrentlinkedhashmap-concurrentlinkedhashmap-lru-1.3.2/pom.xml
===================================================================
--- concurrentlinkedhashmap-concurrentlinkedhashmap-lru-1.3.2.orig/pom.xml
+++ concurrentlinkedhashmap-concurrentlinkedhashmap-lru-1.3.2/pom.xml
@@ -144,7 +144,6 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
- <compilerArgument>-Xlint:all -Werror</compilerArgument>
</configuration>
</plugin>