Exceptions should have serialVersionUid
[yangtools.git] / common / checkstyle-logging / pom.xml
index 238e78c7ea509ba0ea52587cdd163fd9a7f1e7c5..7ddcee038bac4e1dced8ee2341381c7d80e3b66b 100644 (file)
   <artifactId>checkstyle-logging</artifactId>
 
   <dependencies>
+    <!-- This pulls in the appropriate version of checkstyle -->
     <dependency>
-      <groupId>com.puppycrawl.tools</groupId>
-      <artifactId>checkstyle</artifactId>
-      <version>6.1.1</version>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-checkstyle-plugin</artifactId>
+      <version>${checkstyle.version}</version>
     </dependency>
     <dependency>
         <groupId>org.slf4j</groupId>