Do not pull in logback into yang-model-util-ut
[yangtools.git] / yang / yang-model-util-ut / pom.xml
index 95968ca5c67f0d51e7f05a03d1c01d2d388cfe6e..427ffd84a222074a29666b0433aeab0a40921a9e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>7.0.0-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <artifactId>mockito-configuration</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>