File: ivy.xml

package info (click to toggle)
libmarc4j-java 2.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,908 kB
  • sloc: xml: 109,577; java: 22,102; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<ivy-module version="2.0">
    <info organisation="org.marc4j" module="marc4j"/>
    <configurations>
        <conf name="core" />
        <conf name="test" extends="core"/>
    </configurations>

    <dependencies>
        <dependency org="junit" name="junit" rev="4.11+" conf="test->default"/>
        <!-- https://mvnrepository.com/artifact/xmlunit/xmlunit -->
        <dependency org="xmlunit" name="xmlunit" rev="1.6" conf="test->default"/>
    </dependencies>
</ivy-module>