Changeset 16231 in josm for trunk/ivy.xml
- Timestamp:
- 2020-04-04T17:31:37+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/ivy.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ivy.xml
r16229 r16231 11 11 <conf name="epsg" description="Everything epsg needs- which is currently all of JOSM."/> 12 12 <!-- Special configurations used to retrieve jar files of test lib/tools referred by file path --> 13 <conf name="commonslang" description="Apache Commons Lang test library"/> 13 14 <conf name="jmockit" description="JMockit test library"/> 14 15 <conf name="jacocoant" description="Jacoco Ant test library"/> … … 16 17 <conf name="runtime" description="Libraries only needed at runtime" extends="implementation,api,runtimeOnly"/> 17 18 <conf name="compile" description="Libraries needed only for compilation" extends="implementation,api,provided"/> 18 <conf name="test" description="Libraries only needed for testing" extends="compile,runtime,jmockit"/> 19 <conf name="test" description="Libraries only needed for testing" extends="compile,runtime,commonslang,jmockit"/> 19 20 <conf name="sources" description="Source code of used libraries"/> 20 21 </configurations> … … 40 41 <dependency conf="sources->sources" org="com.drewnoakes" name="metadata-extractor" rev="2.13.0"/> 41 42 <dependency conf="sources->sources" org="ch.poole" name="OpeningHoursParser" rev="0.21.1"/> 43 <!-- commonslang->default --> 44 <dependency conf="commonslang->default" org="org.apache.commons" name="commons-lang3" rev="3.10"/> 42 45 <!-- jacocoant->default --> 43 46 <dependency conf="jacocoant->default" org="org.jacoco" name="org.jacoco.ant" rev="0.8.6-SNAPSHOT"> 44 <artifact name="org.jacoco.ant" type="jar" maven:classifier="nodeps"/>47 <artifact name="org.jacoco.ant" type="jar" maven:classifier="nodeps"/> 45 48 </dependency> 46 49 <!-- jmockit->default - Don't upgrade JMockit until https://josm.openstreetmap.de/ticket/18200 is resolved --> … … 49 52 <dependency conf="test->default" org="com.github.spotbugs" name="spotbugs-annotations" rev="4.0.1"/> 50 53 <dependency conf="test->default" org="com.github.stefanbirkner" name="system-rules" rev="1.19.0"> 51 <exclude module="junit-dep" />54 <exclude module="junit-dep" /> 52 55 </dependency> 53 56 <dependency conf="test->default" org="com.github.tomakehurst" name="wiremock" rev="2.26.3"/>
Note:
See TracChangeset
for help on using the changeset viewer.
