Remove Junit dependencies common 57/138357/1
authorwaynedunican <wayne.dunican@est.tech>
Mon, 1 Jul 2024 13:23:28 +0000 (14:23 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Mon, 1 Jul 2024 13:23:35 +0000 (14:23 +0100)
Issue-ID: POLICY-5043
Change-Id: I89a8cfc05cc8ed06f594ef9209d9eb7b4df0e676
Signed-off-by: waynedunican <wayne.dunican@est.tech>
common-logging/pom.xml
utils/pom.xml

index f6e7f97..8b74c0e 100644 (file)
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
index 9581532..f8f4f70 100644 (file)
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>