Remove sal.core.api.model
[controller.git] / opendaylight / md-sal / mdsal-trace / binding-impl / pom.xml
index c390b5f7a8cbbcef857aaa56defec173df6473e2..38b2d2ee7a0af81c92838ebfd9b8b609c36a6680 100644 (file)
@@ -39,7 +39,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>test</scope>
     </dependency>
   </dependencies>
-    <build>
+
+  <build>
     <plugins>
         <plugin>
             <groupId>org.apache.felix</groupId>
@@ -49,23 +50,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <instructions>
                     <Import-Package>
                       org.opendaylight.controller.md.sal.trace.api,
-                      org.opendaylight.mdsal.binding.generator.api,
                       org.opendaylight.controller.md.sal.dom.api,
                       org.opendaylight.controller.md.sal.binding.api,
-                      org.opendaylight.controller.md.sal.binding.impl,
-                      org.opendaylight.controller.sal.core.api.model,
+                      org.opendaylight.controller.md.sal.binding.spi,
                       *
                     </Import-Package>
                 </instructions>
             </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <configuration>
-            <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          </configuration>
-        </plugin>
     </plugins>
-    </build>
+  </build>
 </project>