Use latest checktyle version 83/17283/1
authorSam Hague <shague@redhat.com>
Sat, 28 Mar 2015 14:33:44 +0000 (10:33 -0400)
committerSam Hague <shague@redhat.com>
Sat, 28 Mar 2015 14:33:44 +0000 (10:33 -0400)
Some generics warnings were fixed in the latest version.

Change-Id: I57520444a183152e0b90b1b287915730814d5c39
Signed-off-by: Sam Hague <shague@redhat.com>
commons/parent/pom.xml

index af6861226962d2137bc7ec7557d05a469f2d439d..42c1f1789aea79c37410de1476f9c6cc13abb3af 100755 (executable)
@@ -452,13 +452,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
+          <dependencies>
+            <dependency>
+              <groupId>com.puppycrawl.tools</groupId>
+              <artifactId>checkstyle</artifactId>
+              <version>6.4.1</version>
+            </dependency>
+          </dependencies>
           <configuration>
             <configLocation>src/main/resources/ovsdb_checks.xml</configLocation>
             <includes>**/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat</includes>
             <excludes>**/yang/,**/features/,**/integrationtest/,**/northbound/,
               **/openstack/,**/ovs-sfc/,
               **/ovsdb-plugin-compatibility-layer/,
-              **/plugin/,**/plugin-shell/,**/schema/,**/southbound/,**/utils/
+              **/plugin/,**/plugin-shell/,**/schemas/,**/southbound/,**/utils/
             </excludes>
           </configuration>
         </plugin>