- Timestamp:
- 12/25/13 18:42:59 (8 years ago)
- Location:
- Tests/JAVA/test
- Files:
-
- 9 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tests/JAVA/test/pom.xml
r579 r597 82 82 <groupId>org.openjdk.jmh</groupId> 83 83 <artifactId>jmh-core</artifactId> 84 <version> 1.0-SNAPSHOT</version>84 <version>0.2</version> 85 85 </dependency> 86 86 <!-- testing support --> … … 213 213 <artifactId>affinity</artifactId> 214 214 <version>0.1.1-SNAPSHOT</version> 215 </dependency> 216 <dependency> 217 <groupId>org.jgrapht</groupId> 218 <artifactId>jgrapht-jdk1.5</artifactId> 219 <version>0.7.3</version> 215 220 </dependency> 216 221
Note: See TracChangeset
for help on using the changeset viewer.