Remove unneeded declaration 93/104493/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Feb 2023 20:12:01 +0000 (21:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Feb 2023 20:12:35 +0000 (21:12 +0100)
junit-jupiter-params is pulled in by default, remove the declaration.

Change-Id: I8bed9db5e4b50d114357ed308cb9479ed29f1078
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/pom.xml

index 6028adfdbef4696aab852e69aa7ab634a3539ed1..a4300e563ec7515e081f734af7a774a0f8c64570 100644 (file)
             <artifactId>mdsal-binding-runtime-spi</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-params</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>