This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathivy.xml
107 lines (85 loc) · 3.16 KB
/
ivy.xml
1
2
3
4
5
6
7
8
9
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<ivy-module version="1.0">
<info organisation="ncicb"
module="WashuPrintService" />
<configurations>
<conf name="default" />
<conf name="compile" />
<conf name="runtime" />
</configurations>
<dependencies>
<dependency org="javax.servlet"
name="servlet-api"
rev="2.3"
conf="compile, runtime->default"/>
<dependency org="poi"
name="poi"
rev="3.0.2-FINAL-20080204"
conf="compile, runtime->default"/>
<dependency org="log4j"
name="log4j"
rev="1.2.8"
conf="runtime->master"/>
<dependency org="commons-logging"
name="commons-logging"
rev="1.0.4"
conf="runtime->master"/>
<dependency org="org.w3c"
name="dom"
rev="2.3.0-jaxb-1.0.6"
conf="runtime->master"/>
<dependency org="javax.mail"
name="mail"
rev="1.4"
conf="runtime->master"/>
<dependency org="javax.xml"
name="jax-qname"
rev="1.1"
conf="runtime->master"/>
<dependency org="washuprint"
name="relaxngdatatype"
rev="1.0"
conf="runtime->master"/>
<dependency org="javax.activation"
name="activation"
rev="1.0"
conf="runtime->master"/>
<dependency org="javax.xml"
name="saaj-api"
rev="1.2"
conf="runtime->master"/>
<dependency org="washuprint"
name="appserv-jstl"
rev="1.0"
conf="runtime->master"/>
<dependency org="org.jboss"
name="jboss-xerces"
rev="4.2.2.GA"
conf="runtime->master"/>
<dependency org="org.jboss"
name="jboss-xalan"
rev="4.2.2.GA"
conf="runtime->master"/>
<dependency org="msv"
name="xsdlib"
rev="20051114"
conf="runtime->master"/>
<dependency org="javax.xml"
name="jaxrpc"
rev="1.1"
conf="lib->master"/>
<dependency org="washuprint"
name="jaxrpc-api"
rev="1.1"
conf="runtime->master"/>
<dependency org="washuprint"
name="jaxrpc-impl"
rev="1.0"
conf="runtime->master"/>
<!--
<dependency org="org.jboss"
name="jbossws-native"
rev="2.0.1.SP2"
conf="otherlib->master"/>
-->
</dependencies>
</ivy-module>