X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-api%2Fpom.xml;h=052e7d5b3acb189edc666c39a76818c77acd9a32;hb=ffa409b3fd3d8364f50a3e29cddc587c65d0393c;hp=08574cbda4e386ef26451e2c2f69a5d184aaf135;hpb=9c4754418b86add491078ee460b5301780ef773d;p=ovsdb.git diff --git a/southbound/southbound-api/pom.xml b/southbound/southbound-api/pom.xml index 08574cbda..052e7d5b3 100644 --- a/southbound/southbound-api/pom.xml +++ b/southbound/southbound-api/pom.xml @@ -36,6 +36,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools.model ietf-yang-types-20130715 + + org.opendaylight.yangtools.model + opendaylight-l2-types + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml + + true + **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat + **/yang/ + + + +