From 96b5f39f9c445a0506f2012c27245317be113365 Mon Sep 17 00:00:00 2001
From: Christian Wulf <chw@informatik.uni-kiel.de>
Date: Tue, 21 Apr 2015 14:19:27 +0200
Subject: [PATCH] removed checkstyle module definition; removed hamcrest-core
 dep

---
 .settings/edu.umd.cs.findbugs.core.prefs | 2 +-
 conf/quality-config/cs-conf.xml          | 2 --
 pom.xml                                  | 6 ------
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs
index 95ebb894..dcec386e 100644
--- a/.settings/edu.umd.cs.findbugs.core.prefs
+++ b/.settings/edu.umd.cs.findbugs.core.prefs
@@ -1,5 +1,5 @@
 #FindBugs User Preferences
-#Tue Apr 21 14:15:57 CEST 2015
+#Tue Apr 21 14:17:42 CEST 2015
 detector_threshold=3
 effort=max
 excludefilter0=.fbExcludeFilterFile|true
diff --git a/conf/quality-config/cs-conf.xml b/conf/quality-config/cs-conf.xml
index 1e33fb8d..a87a0996 100644
--- a/conf/quality-config/cs-conf.xml
+++ b/conf/quality-config/cs-conf.xml
@@ -1199,8 +1199,6 @@
             <property name="allowEmptyConstructors" value="true"/>
             <property name="allowEmptyMethods"      value="true"/>
         </module>
-        
-        <module name="qa.cs.PluralForCollectionVariable" />
 
     </module>
 
diff --git a/pom.xml b/pom.xml
index 19dfa4b7..eaaee5f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,12 +87,6 @@
 			<version>4.11</version>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.hamcrest</groupId>
-			<artifactId>hamcrest-core</artifactId>
-			<version>1.3</version>
-			<scope>test</scope>
-		</dependency>
 		<dependency>
 			<groupId>org.hamcrest</groupId>
 			<artifactId>hamcrest-library</artifactId>
-- 
GitLab