- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
<!--
BEGIN RIDICULOUSLY LONG BATIK SECTION
Do not touch. This is fragile stuff. Seriously.
Batik just *wants* to pull xalan and xml-apis, *everywhere*,
even though we do not want this. And Ivy isn't clever enough
to ignore the dependencies everywhere.
In an ideal world we would just explicitly depend on batik-swing
and batik-transcoder and be done with it. Instead we have to do
this atrocity. Apache, take a hint, would you kindly?
-->
<dependency org="org.apache.xmlgraphics" name="batik-xml" rev="[1.7,)">
<exclude org="xalan" module="xalan" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-ext" rev="[1.7,)">
<exclude org="xml-apis" module="xml-apis" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-css" rev="[1.7,)">
<exclude org="xml-apis" module="xml-apis" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-dom" rev="[1.7,)">
<exclude org="xml-apis" module="xml-apis" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-parser" rev="[1.7,)">
<exclude org="xml-apis" module="xml-apis" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-anim" rev="[1.7,)">
<exclude org="org.apache.xmlgraphics" module="batik-svg-dom" />
<exclude org="xml-apis" module="xml-apis" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-svg-dom" rev="[1.7,)">
<exclude org="xml-apis" module="xml-apis" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-bridge" rev="[1.7,)">
<exclude org="org.apache.xmlgraphics" module="batik-script" />
<exclude org="org.apache.xmlgraphics" module="batik-gvt" />
<exclude org="xml-apis" module="xml-apis" />
<exclude org="xalan" module="xalan" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-gvt" rev="[1.7,)">
<exclude org="org.apache.xmlgraphics" module="batik-script" />
<exclude org="xml-apis" module="xml-apis" />
<exclude org="xalan" module="xalan" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-gui-util" rev="[1.7,)">
<exclude org="xalan" module="xalan" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-script" rev="[1.7,)">
<exclude org="xalan" module="xalan" />
</dependency>
<dependency org="org.apache.xmlgraphics" name="batik-swing" rev="[1.7,)" />
<dependency org="org.apache.xmlgraphics" name="batik-transcoder" rev="[1.7,)" />
<!-- END BATIK SECTION -->
Комментарии (0) RSS
Добавить комментарий