Bug-479: Implementation of Vendor-Information TLV
[bgpcep.git] / concepts / pom.xml
index 54667692a1951fd1724f246c5625234641f3f6a6..cf099432717b5867501ec60b82c3c5eca57e5f99 100644 (file)
     <name>${project.artifactId}</name>
 
     <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>util</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-buffer</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>