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:
hanna 2011-05-05 14:33:14 +00:00
parent 4d08d39849
commit 45d8634522
4 changed files with 6 additions and 2 deletions

View File

@ -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" />

View File

@ -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>

View File

@ -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>