updating the reflections library; Matt found a problem where the reflections library doesn't sort out non-java objects from the classpath (affects only OS X so far). I'll push back the changes to

the reflections library people.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3307 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-05-06 02:08:41 +00:00
parent 1a99fb9318
commit 7467ec2fd6
3 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<dependency org="org.broad" name="tribble" rev="latest.integration" conf="default"/>
<!-- Dependencies for reflections mvn repository -->
<dependency org="org.reflections" name="reflections" rev="0.9.5-svnversion79M" conf="default"/>
<dependency org="org.reflections" name="reflections" rev="0.9.5-svnversion79M_mod2" conf="default"/>
<dependency org="com.google.collections" name="google-collections" rev="0.9" conf="default"/>
<dependency org="javassist" name="javassist" rev="3.8.0.GA"/>
<dependency org="ch.qos.logback" name="logback-core" rev="0.9.9"/>

View File

@ -1,3 +1,3 @@
<ivy-module version="1.0">
<info organisation="org.reflections" module="reflections" revision="0.9.5-svnversion79M" status="release" />
<info organisation="org.reflections" module="reflections" revision="0.9.5-svnversion79M_mod2" status="release" />
</ivy-module>