Clean up artifacts 93/107993/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Sep 2023 20:18:06 +0000 (22:18 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Wed, 27 Sep 2023 11:57:15 +0000 (11:57 +0000)
netconf-netty-util does not produce a test-jar, hence we should not be
declaring it.

netconf-client's test-jar should be declared with scope=test to prevent
it from accidentally leaking to runtime.

Change-Id: I71de23653ac300c3ddb3d2c978b7fcf84d220333
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
protocol/netconf-server/pom.xml

index f8288dd67eadaad68c5938aa336c94c73ea743d5..79534169d30ed96a876793ebf3e3b7a6f8f936ad 100644 (file)
                 <artifactId>netconf-client</artifactId>
                 <version>${project.version}</version>
                 <type>test-jar</type>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-netty-util</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
+                <scope>test</scope>
             </dependency>
 
             <!-- Applications -->
index 543a73e943c4e7da630a6baf4db64172e29bb596..87b65cf25593412b1ab8022f95a01bf4ad84d936 100644 (file)
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>netconf-client</artifactId>
       <type>test-jar</type>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>