Changeset 14782 in josm for trunk/.classpath


Ignore:
Timestamp:
2019-02-11T22:52:05+01:00 (6 years ago)
Author:
Don-vip
Message:

replace reflections library (unmaintained) by classgraph.

This allows us to update Guava to current version (27.0.1) with its only dependency (failureaccess 1.0.1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r14604 r14782  
    4343                </attributes>
    4444        </classpathentry>
    45         <classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.11.jar">
     45        <classpathentry kind="lib" path="test/lib/classgraph-4.6.32.jar" sourcepath="C:/Users/vippy/.m2/repository/io/github/classgraph/classgraph/4.6.32/classgraph-4.6.32-sources.jar">
    4646                <attributes>
    4747                        <attribute name="test" value="true"/>
    4848                </attributes>
    4949        </classpathentry>
    50         <classpathentry kind="lib" path="test/lib/reflections/guava-21.0.jar">
    51                 <attributes>
    52                         <attribute name="test" value="true"/>
    53                 </attributes>
    54         </classpathentry>
    55         <classpathentry kind="lib" path="test/lib/reflections/javassist-3.21.0-GA.jar">
     50        <classpathentry kind="lib" path="tools/guava.jar">
    5651                <attributes>
    5752                        <attribute name="test" value="true"/>
Note: See TracChangeset for help on using the changeset viewer.