PCEP sucessfull connection now implemented. Fixed minor bug in parsing.
[bgpcep.git] / pcep / testtool / pom.xml
index 3feddce7c9668ad45ce75c412c309ce8daf8ca2b..e18589a3ecbc46f8cdaf3980bd6c52f2025069a9 100644 (file)
                        <artifactId>groovy-all</artifactId>
                        <version>2.0.2</version>
                </dependency>
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>${logback.version}</version>
+               </dependency>
        </dependencies>
 
        <build>