Add UTest BgpRouterAddNeighborTest
[netvirt.git] / vpnservice / bgpmanager / bgpmanager-impl / pom.xml
index d0ec2d8565c89faef43b56fcb2a433c45a513e0a..6b16d7060e548295844589a32174c97d0d726fdd 100644 (file)
@@ -90,6 +90,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-graphite</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.google.truth</groupId>
+            <artifactId>truth</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>