Downgraded to hamcrest 1.1 to fix the build 76/9676/1
authorEd Warnicke <eaw@cisco.com>
Mon, 4 Aug 2014 22:14:23 +0000 (17:14 -0500)
committerEd Warnicke <eaw@cisco.com>
Mon, 4 Aug 2014 22:14:23 +0000 (17:14 -0500)
Change-Id: I5dc385ed61e8290eb81c50973417bd6ceb1c7508
Signed-off-by: Ed Warnicke <eaw@cisco.com>
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>