fix blueprints to let karaf inject mdsal deps
[transportpce.git] / olm / pom.xml
index 43e08837dd5556402e2b363daece20c4573be531..ed80430c8b3eb1cd2cb274f07d19bd08851f0296 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>5.0.10</version>
+    <version>6.0.4</version>
     <relativePath/>
   </parent>
 
@@ -64,10 +64,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
   </dependencies>
 
-<!-- checkstyle and spotbugds enforced by odlparent since Magnesium -->
-  <properties>
-    <!-- odlparent.checkstyle.enforce>false</odlparent.checkstyle.enforce -->
-    <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
-  </properties>
-
 </project>