Checkstyle dependency to runtime version instead of Maven plugin 15/38815/4
authorMichael Vorburger <vorburger@redhat.com>
Thu, 28 Apr 2016 23:52:40 +0000 (01:52 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 13 May 2016 16:15:01 +0000 (16:15 +0000)
Change-Id: Ica9df2305eccfc055641455d40b56f2838fde5b3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
common/checkstyle-logging/pom.xml

index 8e85a619479dc80a7652407ff51f3962e23b4eed..2916770251ada594874be448fcc1ecfba6abfdc4 100644 (file)
   <dependencies>
     <!-- This pulls in the appropriate version of checkstyle -->
     <dependency>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-checkstyle-plugin</artifactId>
-      <version>${checkstyle.version}</version>
+      <groupId>com.puppycrawl.tools</groupId>
+      <artifactId>checkstyle</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-api</artifactId>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
       <groupId>junit</groupId>