Do not pull in logback into yang-model-util-ut 82/93582/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 4 Nov 2020 11:19:27 +0000 (12:19 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 11 Nov 2020 14:04:39 +0000 (14:04 +0000)
logback is not used for anything, just use slf4j-simple, which is
the default.

Change-Id: Ia647429db419d7f37596f5a5fbbe717b421b6dc0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util-ut/pom.xml

index b801f40f470a9953913b0f6f16e754638283972f..427ffd84a222074a29666b0433aeab0a40921a9e 100644 (file)
             <artifactId>mockito-configuration</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>