Downgraded to hamcrest 1.1 to fix the build
[controller.git] / opendaylight / config / yang-jmx-generator / pom.xml
index 133b07ff8661f5ce4e8851e7e6de378f4c8740c2..fbae840fc65df1df5c1bb1ea83f60a94989c3b5e 100644 (file)
       <artifactId>yang-parser-impl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+       <groupId>org.hamcrest</groupId>
+       <artifactId>hamcrest-core</artifactId>
+       <version>1.1</version>
+       <scope>test</scope>
+     </dependency>
   </dependencies>
 
   <build>