dependencies.xml
4.05 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
<!-- TODO this XML file should be generated by a script that reads the dependencies from a centralized source -->
<appendix id="dependencies">
<title>Weld project dependencies</title>
<para>
This section lists compile-time and runtime dependencies for Weld. This list is currently maintained in the <ulink
url="https://jira.jboss.org/jira/browse/WELD-222">WELD-222</ulink> issue report as well as here in this appendix.
</para>
<table>
<title>Artifacts coming from Sun</title>
<tgroup cols="2">
<colspec colnum="1" colwidth="3*"/>
<colspec colnum="2" colwidth="2*"/>
<thead>
<row>
<entry align="center">
<para>Artifact</para>
</entry>
<entry align="center">
<para>Scope</para>
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<para><literal>javax.ejb:ejb-api:3.1</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
</row>
<row>
<entry>
<para><literal>javax.faces:jsf-api:2.0</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
</row>
<row>
<entry>
<para><literal>javax.el:el-api:2.1</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
</row>
<row>
<entry>
<para><literal>javax.persistence:persistence-api:2.0</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
</row>
<row>
<entry>
<para><literal>javax.servlet:servlet-api:3.0</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
</row>
<row>
<entry>
<para><literal>javax.interceptor:interceptor-api:1.1</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
</row>
<row>
<entry>
<para><literal>org.glasfish.web:el-impl:2.1.2</literal></para>
</entry>
<entry>
<para>runtime</para>
</entry>
</row>
<row>
<entry>
<para><literal>javax.faces:jsf-impl:2.0.x</literal></para>
</entry>
<entry>
<para>runtime</para>
</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
<title>Artifacts coming from Hibernate</title>
<tgroup cols="3">
<colspec colnum="1" colwidth="3*"/>
<colspec colnum="2" colwidth="1*"/>
<colspec colnum="3" colwidth="1*"/>
<thead>
<row>
<entry align="center">
<para>Artifact</para>
</entry>
<entry align="center">
<para>Scope</para>
</entry>
<entry align="center">
<para>Notes</para>
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<para><literal>javax.validation:validation-api</literal></para>
</entry>
<entry>
<para>compile</para>
</entry>
<entry>
<para><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/BVAL-193">BVAL-193</ulink></para>
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
vim:et:ts=3:sw=3:tw=120
-->
</appendix>