Trim awaitility specification 55/90155/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 09:11:41 +0000 (11:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 09:12:01 +0000 (11:12 +0200)
org.awaitility is declared with scope=test, there's no need to
repeat it.

Change-Id: Ic65b06e725f333dec5f89d0c1c1a49bde377898c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-console/pom.xml
netconf/netconf-topology-singleton/pom.xml
netconf/sal-netconf-connector/pom.xml

index 89ea9f3f354b7df3d3cf1bad9e6fdc573efa2d9e..7f52c0bde7c5f4eab9bd4e34bffdb8d758a4c28c 100644 (file)
@@ -28,12 +28,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
           <artifactId>org.apache.karaf.shell.console</artifactId>
           <scope>provided</scope>
       </dependency>
-
-      <!-- Project Dependencies -->
       <dependency>
           <groupId>org.opendaylight.netconf</groupId>
           <artifactId>sal-netconf-connector</artifactId>
       </dependency>
+
       <dependency>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-test-util</artifactId>
@@ -45,7 +44,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
           <groupId>org.awaitility</groupId>
           <artifactId>awaitility</artifactId>
-          <scope>test</scope>
       </dependency>
   </dependencies>
 
index 86019bd77e9ee24a5c0bd92deb7b56a39c397116..90cd30a74b96aef154153814113d28ac914cb81e 100644 (file)
@@ -80,7 +80,6 @@
         <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
index 0f1ad85b3010c4aba6f92dbace2b7ab9d5efc976..91b75152382f856b1961aef60539103f92b76e12 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-util</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
     <dependency>
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
+
     <dependency>
       <groupId>org.xmlunit</groupId>
       <artifactId>xmlunit-legacy</artifactId>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-test-utils</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-core</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
     <dependency>
       <groupId>org.awaitility</groupId>
       <artifactId>awaitility</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>