Merge "Remove unneeded final modifiers"
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e53e27146f3e6697a52fad57aaa73e2abf3d693b..e64f5c3bfe9bf6c56bfbea7efc8f9b2105c8011c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
         <module>restconf</module>
         <module>websocket</module>
         <module>yang</module>
+        <module>yang-validation-tool</module>
       <!-- module>third-party</module -->
     </modules>
 
@@ -58,7 +59,6 @@
                 <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-checkstyle-plugin</artifactId>
-                 <version>2.12</version>
                  <configuration>
                    <failOnViolation>false</failOnViolation>
                    <configLocation>checkstyle-logging.xml</configLocation>