Changeset 16166 in josm for trunk/ivy.xml


Ignore:
Timestamp:
2020-03-17T21:38:32+01:00 (4 years ago)
Author:
simon04
Message:

see #16860 - Resolve SpotBugs using Apache Ivy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ivy.xml

    r16165 r16166  
    1111        <conf name="provided" description="The libs we need during compilation but not on application start"/>
    1212        <conf name="pmd" description="Everything needed for running PMD"/>
     13        <conf name="spotbugs" description="Everything needed for running SpotBugs"/>
    1314        <conf name="epsg" description="Everything epsg needs- which is currently all of JOSM."/>
    1415        <!--  Meta configuration used in build scripts -->
     
    3435            <artifact name="saxon" type="jar" maven:classifier="dom"/>
    3536        </dependency>
     37        <!-- spotbugs->default -->
     38        <dependency org="com.github.spotbugs" name="spotbugs" rev="3.1.12" conf="spotbugs->default"/>
     39        <dependency org="com.github.spotbugs" name="spotbugs-ant" rev="3.1.12" conf="spotbugs->default"/>
    3640        <!-- sources->sources -->
    3741        <dependency org="javax.json" name="javax.json-api" rev="1.1.4" conf="sources->sources"/>
Note: See TracChangeset for help on using the changeset viewer.