Intermediate commit: bring Google Caliper into our private repository (even
though sonatype is back up). This will tide us over until I figure out how to add caliper to test configuration, so that it's only swapped in when we actually run our unit / performance tests. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5770 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
4d08d39849
commit
45d8634522
2
ivy.xml
2
ivy.xml
|
|
@ -61,7 +61,7 @@
|
|||
<dependency org="net.sourceforge.findbugs" name="jsr305" rev="1.3.2" conf="default"/>
|
||||
|
||||
<!-- caliper, for benchmarking -->
|
||||
<dependency org="com.google.code.caliper" name="caliper" rev="1.0-SNAPSHOT" conf="default" />
|
||||
<dependency org="com.google.code.caliper" name="caliper" rev="0.0" conf="default" />
|
||||
|
||||
<!-- Exclude dependencies on sun libraries where the downloads aren't available but included in the jvm. -->
|
||||
<exclude org="javax.servlet" />
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@
|
|||
<module organisation="javax.mail" resolver="java.net" />
|
||||
<module organisation="javax.activation" resolver="java.net" />
|
||||
<module organisation="net.java.dev.jna" resolver="maven2-repository.dev.java.net" />
|
||||
<module organisation="com.google.code.caliper" resolver="sonatype" />
|
||||
<!-- module organisation="com.google.code.caliper" resolver="sonatype" / -->
|
||||
<module organisation="com.google.code.caliper" resolver="projects" />
|
||||
<module organisation="com.google.code.gson" revision="1.7-SNAPSHOT" resolver="sonatype" />
|
||||
</modules>
|
||||
</ivysettings>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="com.google.code.caliper" module="caliper" revision="0.0" status="integration" publication="20110505102000" />
|
||||
</ivy-module>
|
||||
Loading…
Reference in New Issue