-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency-convergence.html
499 lines (497 loc) · 45.3 KB
/
dependency-convergence.html
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.7.4 at 11 Mar 2017
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20170311" />
<meta http-equiv="Content-Language" content="en" />
<title>Fine Grained Service Monitoring System – Reactor Dependency Convergence</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="https://github.com/mil-oss/fgsms">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><a href="http://mil-oss.org/" id="bannerLeft"><img src="images/mil-oss-logo.png" alt="Fine Grained Service Monitoring System"/></a></div>
<div class="pull-right"><div id="bannerRight"><img src="images/fgsms_logo_small.png" /></div>
</div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="projectVersion">Version: 7.0.0<span class="divider">|</span></li>
<li class=""><a href="https://www.mil-oss.org" class="externalLink" title="MIL-OSS">MIL-OSS</a><span class="divider">/</span></li>
<li class="active ">Reactor Dependency Convergence</li>
<li id="publishDate" class="pull-right">Last Published: 11 Mar 2017</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li><a href="index.html" title="Project Information"><span class="none"></span>Project Information</a> </li>
<li><a href="index2.html" title="Welcome"><span class="none"></span>Welcome</a> </li>
<li><a href="whitepaper.html" title="Whitepaper"><span class="none"></span>Whitepaper</a> </li>
<li><a href="architecture.html" title="Architecture"><span class="none"></span>Architecture</a> </li>
<li><a href="quickstart.html" title="Quick Start"><span class="none"></span>Quick Start</a> </li>
<li><a href="deployment-planning.html" title="Deployment Planning"><span class="none"></span>Deployment Planning</a> </li>
<li><a href="deployserver.html" title="Deploying the Server"><span class="none"></span>Deploying the Server</a> </li>
<li><a href="agentmatrix.html" title="Agent Matrix"><span class="none"></span>Agent Matrix</a> </li>
<li><a href="deployagent.html" title="Deploying Agents"><span class="none"></span>Deploying Agents</a> </li>
<li><a href="user.html" title="User Guide"><span class="none"></span>User Guide</a> </li>
<li><a href="reporting.html" title="Reports and data access"><span class="none"></span>Reports and data access</a> </li>
<li><a href="security.html" title="Security Guide"><span class="none"></span>Security Guide</a> </li>
<li><a href="permissions.html" title="Access Control"><span class="none"></span>Access Control</a> </li>
<li><a href="federation.html" title="Data Federation"><span class="none"></span>Data Federation</a> </li>
<li><a href="news.html" title="News"><span class="none"></span>News</a> </li>
<li><a href="sdk.html" title="SDK"><span class="none"></span>SDK</a> </li>
<li><a href="specs.html" title="Specs/ICD"><span class="none"></span>Specs/ICD</a> </li>
<li><a href="committer.html" title="Committers"><span class="none"></span>Committers</a> </li>
<li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a> </li>
<li class="nav-header">Modules</li>
<li><a href="apache-tomcat/index.html" title="Pre-Configured Apache Tomcat"><span class="none"></span>Pre-Configured Apache Tomcat</a> </li>
<li><a href="apache-juddi/index.html" title="Pre-Configured Apache Juddi"><span class="none"></span>Pre-Configured Apache Juddi</a> </li>
<li><a href="fgsms-common-interfaces/index.html" title="fgsms Interfaces WS Stubs and Schema Bindings Generated from WSDL"><span class="none"></span>fgsms Interfaces WS Stubs and Schema Bindings Generated from WSDL</a> </li>
<li><a href="fgsms-common/index.html" title="fgsms Common"><span class="none"></span>fgsms Common</a> </li>
<li><a href="fgsms-agents/index.html" title="fgsms Embedded Agents"><span class="none"></span>fgsms Embedded Agents</a> </li>
<li><a href="fgsms-ws-notification/index.html" title="fgsms WS-Notification Parent"><span class="none"></span>fgsms WS-Notification Parent</a> </li>
<li><a href="fgsms-server/index.html" title="fgsms Server"><span class="none"></span>fgsms Server</a> </li>
<li><a href="fgsms-cli/index.html" title="fgsms Command Line Interface"><span class="none"></span>fgsms Command Line Interface</a> </li>
<li><a href="fgsms-samples/index.html" title="fgsms Examples Packages"><span class="none"></span>fgsms Examples Packages</a> </li>
<li><a href="fgsms-dist/index.html" title="fgsms Distribution"><span class="none"></span>fgsms Distribution</a> </li>
<li><a href="fgsms-netagent/index.html" title="fgsms.Net Components"><span class="none"></span>fgsms.Net Components</a> </li>
<li class="nav-header">Project Documentation</li>
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
<ul class="nav nav-list">
<li><a href="integration.html" title="CI Management"><span class="none"></span>CI Management</a> </li>
<li class="active"><a href="#"><span class="none"></span>Dependency Convergence</a>
</li>
<li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a> </li>
<li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a> </li>
<li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a> </li>
<li><a href="index.html" title="About"><span class="none"></span>About</a> </li>
<li><a href="issue-tracking.html" title="Issue Management"><span class="none"></span>Issue Management</a> </li>
<li><a href="license.html" title="Licenses"><span class="none"></span>Licenses</a> </li>
<li><a href="modules.html" title="Project Modules"><span class="none"></span>Project Modules</a> </li>
<li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a> </li>
<li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a> </li>
<li><a href="team-list.html" title="Team"><span class="none"></span>Team</a> </li>
<li><a href="source-repository.html" title="Source Code Management"><span class="none"></span>Source Code Management</a> </li>
<li><a href="project-summary.html" title="Summary"><span class="none"></span>Summary</a> </li>
<li><a href="dependency-graphs.html" title="Dependency Graphs"><span class="none"></span>Dependency Graphs</a> </li>
</ul>
</li>
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a> </li>
</ul>
<form id="search-form" action="https://www.google.com/search" method="get" >
<input value="https://mil-oss.github.io/" name="sitesearch" type="hidden"/>
<input class="search-query" name="q" id="query" type="text" />
</form>
<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
</div>
</div>
</div>
<div id="bodyColumn" class="span10" >
<div class="section">
<h2><a name="Reactor_Dependency_Convergence"></a>Reactor Dependency Convergence</h2>
<table border="0" class="table table-striped"><caption>
<b>Legend:</b>
</caption>
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.</td></tr></table><br />
<table border="0" class="table table-striped"><caption>
<b>Statistics:</b>
</caption>
<tr class="b">
<th>Number of modules:</th>
<td>58</td></tr>
<tr class="a">
<th>Number of dependencies (NOD):</th>
<td>202</td></tr>
<tr class="b">
<th>Number of unique artifacts (NOA):</th>
<td>226</td></tr>
<tr class="a">
<th>Number of version-conflicting artifacts (NOC):</th>
<td>17</td></tr>
<tr class="b">
<th>Number of SNAPSHOT artifacts (NOS):</th>
<td>0</td></tr>
<tr class="a">
<th>Convergence (NOD/NOA):</th>
<td><img alt="[Error]" src="images/icon_error_sml.gif" /> <b>89 %</b></td></tr>
<tr class="b">
<th>Ready for release (100% convergence and no SNAPSHOTS):</th>
<td><img alt="[Error]" src="images/icon_error_sml.gif" /> <b>Error</b><br />You do not have 100% convergence.</td></tr></table></div>
<div class="section">
<h3><a name="Dependencies_used_in_modules"></a>Dependencies used in modules</h3>
<div class="section">
<h4><a name="batik:batik-svggen"></a>batik:batik-svggen</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">1.6</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-automated-reporting-service:bundle:7.0.0<br />\- org.mil-oss:fgsms-reporting-service:jar:7.0.0:compile<br />   \- (batik:batik-svggen:jar:1.6:compile - omitted for conflict with 1.6-1)<br /></li><br />
<li>org.mil-oss:fgsms-ui-common:bundle:7.0.0<br />\- batik:batik-svggen:jar:1.6:compile<br /></li><br />
<li>org.mil-oss:fgsms.Bootstrap:war:7.0.0<br />\- org.mil-oss:fgsms-ui-common:jar:7.0.0:compile<br />   \- batik:batik-svggen:jar:1.6:compile<br /></li><br />
<li>org.mil-oss:fgsms.Services:war:7.0.0<br />\- org.mil-oss:fgsms-reporting-service:jar:7.0.0:compile<br />   \- batik:batik-svggen:jar:1.6:compile<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">1.6-1</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-automated-reporting-service:bundle:7.0.0<br />\- cewolf:cewolf:jar:1.2.4-java7:compile<br />   \- batik:batik-svggen:jar:1.6-1:compile<br /></li><br />
<li>org.mil-oss:fgsms-ui-common:bundle:7.0.0<br />\- cewolf:cewolf:jar:1.2.4-java7:compile<br />   \- (batik:batik-svggen:jar:1.6-1:compile - omitted for conflict with 1.6)<br /></li><br />
<li>org.mil-oss:fgsms.Bootstrap:war:7.0.0<br />\- org.mil-oss:fgsms-ui-common:jar:7.0.0:compile<br />   \- cewolf:cewolf:jar:1.2.4-java7:compile<br />      \- (batik:batik-svggen:jar:1.6-1:compile - omitted for conflict with 1.6)<br /></li><br />
<li>org.mil-oss:fgsms.Services:war:7.0.0<br />\- org.mil-oss:fgsms-automated-reporting-service:jar:7.0.0:compile<br />   \- cewolf:cewolf:jar:1.2.4-java7:compile<br />      \- (batik:batik-svggen:jar:1.6-1:compile - omitted for conflict with 1.6)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="com.sun.xml.bind:jaxb-impl"></a>com.sun.xml.bind:jaxb-impl</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">2.1.13</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:provided<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:provided<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">2.2.6</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />+- org.apache.cxf:cxf-rt-transports-http:jar:2.7.11:provided<br />|  \- org.apache.cxf:cxf-rt-core:jar:2.7.11:provided<br />|     \- (com.sun.xml.bind:jaxb-impl:jar:2.2.6:provided - omitted for conflict with 2.1.13)<br />+- org.apache.cxf:cxf-rt-frontend-simple:jar:2.7.11:provided<br />|  \- org.apache.cxf:cxf-rt-bindings-soap:jar:2.7.11:provided<br />|     \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.7.11:provided<br />|        \- (com.sun.xml.bind:jaxb-impl:jar:2.2.6:provided - omitted for duplicate)<br />\- org.apache.cxf:cxf-tools-common:jar:2.7.11:provided<br />   \- (com.sun.xml.bind:jaxb-impl:jar:2.2.6:provided - omitted for conflict with 2.1.13)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />+- org.apache.cxf:cxf-rt-frontend-simple:jar:2.7.11:provided<br />|  +- org.apache.cxf:cxf-rt-core:jar:2.7.11:provided<br />|  |  \- (com.sun.xml.bind:jaxb-impl:jar:2.2.6:provided - omitted for conflict with 2.1.13)<br />|  \- org.apache.cxf:cxf-rt-bindings-soap:jar:2.7.11:provided<br />|     \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:2.7.11:provided<br />|        \- (com.sun.xml.bind:jaxb-impl:jar:2.2.6:provided - omitted for duplicate)<br />\- org.apache.cxf:cxf-tools-common:jar:2.7.11:provided<br />   \- (com.sun.xml.bind:jaxb-impl:jar:2.2.6:provided - omitted for conflict with 2.1.13)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="com.sun.xml.bind:jaxb-xjc"></a>com.sun.xml.bind:jaxb-xjc</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">2.1.13</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- com.sun.xml.bind:jaxb-xjc:jar:2.1.13:provided<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- com.sun.xml.bind:jaxb-xjc:jar:2.1.13:provided<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">2.2</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- com.sun.xml.ws:jaxws-tools:jar:2.2:provided<br />         \- (com.sun.xml.bind:jaxb-xjc:jar:2.2:provided - omitted for conflict with 2.2.4)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">2.2.4</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- com.sun.xml.bind:jaxb-xjc:jar:2.2.4:provided<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">2.2.6</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-tools-common:jar:2.7.11:provided<br />   \- (com.sun.xml.bind:jaxb-xjc:jar:2.2.6:provided - omitted for conflict with 2.1.13)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-tools-common:jar:2.7.11:provided<br />   \- (com.sun.xml.bind:jaxb-xjc:jar:2.2.6:provided - omitted for conflict with 2.1.13)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="commons-lang:commons-lang"></a>commons-lang:commons-lang</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">2.4</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.velocity:velocity:jar:1.7:provided<br />      \- (commons-lang:commons-lang:jar:2.4:provided - omitted for conflict with 2.6)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.velocity:velocity:jar:1.7:provided<br />      \- (commons-lang:commons-lang:jar:2.4:compile - scope updated from provided; omitted for duplicate)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">2.6</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- commons-lang:commons-lang:jar:2.6:provided<br />   \- org.opensaml:opensaml:jar:2.6.1:provided<br />      \- (commons-lang:commons-lang:jar:2.6:provided - omitted for duplicate)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />+- org.mil-oss:fgsms-discovery-uddi:jar:7.0.0:compile<br />|  \- org.apache.juddi:juddi-client:jar:3.3.3:compile<br />|     \- commons-configuration:commons-configuration:jar:1.9:compile<br />|        \- commons-lang:commons-lang:jar:2.6:compile<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- (commons-lang:commons-lang:jar:2.6:compile - scope updated from provided; omitted for duplicate)<br />   \- org.opensaml:opensaml:jar:2.6.1:provided<br />      \- (commons-lang:commons-lang:jar:2.6:compile - scope updated from provided; omitted for duplicate)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.apache.httpcomponents:httpcore"></a>org.apache.httpcomponents:httpcore</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">4.2.2</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpasyncclient:jar:4.0-beta3:provided<br />      \- (org.apache.httpcomponents:httpcore:jar:4.2.2:provided - omitted for conflict with 4.2.4)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />+- org.mil-oss:fgsms-discovery-uddi:jar:7.0.0:compile<br />|  \- org.apache.juddi:juddi-client:jar:3.3.3:compile<br />|     \- org.apache.httpcomponents:httpclient:jar:4.3.3:compile (version managed from 4.2.5)<br />|        \- org.apache.httpcomponents:httpcore:jar:4.2.2:compile<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpasyncclient:jar:4.0-beta3:provided<br />      \- (org.apache.httpcomponents:httpcore:jar:4.2.2:compile - scope updated from provided; omitted for duplicate)<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">4.2.4</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.apache.httpcomponents:httpcore-nio:jar:4.2.4:provided<br />   |  \- (org.apache.httpcomponents:httpcore:jar:4.2.4:provided - omitted for duplicate)<br />   \- org.apache.httpcomponents:httpcore:jar:4.2.4:provided<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.apache.httpcomponents:httpcore-nio:jar:4.2.4:provided<br />   |  \- (org.apache.httpcomponents:httpcore:jar:4.2.4:compile - scope updated from provided; omitted for duplicate)<br />   \- (org.apache.httpcomponents:httpcore:jar:4.2.4:compile - scope updated from provided; omitted for duplicate)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">4.3.2</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpclient:jar:4.3.3:provided<br />      \- (org.apache.httpcomponents:httpcore:jar:4.3.2:provided - omitted for conflict with 4.2.4)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.apache.httpcomponents:httpcore-nio"></a>org.apache.httpcomponents:httpcore-nio</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">4.2.2</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpasyncclient:jar:4.0-beta3:provided<br />      \- (org.apache.httpcomponents:httpcore-nio:jar:4.2.2:provided - omitted for conflict with 4.2.4)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpasyncclient:jar:4.0-beta3:provided<br />      \- (org.apache.httpcomponents:httpcore-nio:jar:4.2.2:provided - omitted for conflict with 4.2.4)<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">4.2.4</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpcore-nio:jar:4.2.4:provided<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.httpcomponents:httpcore-nio:jar:4.2.4:provided<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec"></a>org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">2.0.0.Final</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- (org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec:jar:2.0.0.Final:provided - omitted for conflict with 2.0.2.Final)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">2.0.2.Final</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws:jbossws-common:jar:3.1.3.Final:provided<br />   \- org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec:jar:2.0.2.Final:provided<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.jboss.ws:jbossws-api"></a>org.jboss.ws:jbossws-api</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">1.0.0.GA</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws:jbossws-api:jar:1.0.0.GA:provided<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">1.0.3.Final</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws:jbossws-common:jar:3.1.3.Final:provided<br />   \- org.jboss.ws:jbossws-spi:jar:3.1.2.Final:provided<br />      \- (org.jboss.ws:jbossws-api:jar:1.0.3.Final:provided - omitted for conflict with 1.0.0.GA)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.jboss.ws:jbossws-common"></a>org.jboss.ws:jbossws-common</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">2.0.2.GA</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- (org.jboss.ws:jbossws-common:jar:2.0.2.GA:provided - omitted for conflict with 3.1.3.Final)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">3.1.3.Final</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws:jbossws-common:jar:3.1.3.Final:provided<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.jboss.ws:jbossws-spi"></a>org.jboss.ws:jbossws-spi</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">2.0.0.GA</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws:jbossws-common-tools:jar:1.0.0.GA:provided<br />      \- (org.jboss.ws:jbossws-spi:jar:2.0.0.GA:provided - omitted for conflict with 3.1.2.Final)<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">2.0.3.GA</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   +- (org.jboss.ws:jbossws-spi:jar:2.0.3.GA:provided - omitted for conflict with 3.1.2.Final)<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- (org.jboss.ws:jbossws-spi:jar:2.0.3.GA:provided - omitted for conflict with 3.1.2.Final)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">3.1.2.Final</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws:jbossws-common:jar:3.1.3.Final:provided<br />   \- org.jboss.ws:jbossws-spi:jar:3.1.2.Final:provided<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.jvnet.staxex:stax-ex"></a>org.jvnet.staxex:stax-ex</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">1.2</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- com.sun.xml.ws:jaxws-rt:jar:2.2:provided<br />         \- org.jvnet.staxex:stax-ex:jar:1.2:provided<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-jbossws-jaxws-agent:bundle:7.0.0<br />\- org.jboss.ws.native:jbossws-native-client:jar:4.0.2.GA:provided<br />   \- org.jboss.ws.native:jbossws-native-core:jar:4.0.2.GA:provided<br />      \- com.sun.xml.ws:jaxws-rt:jar:2.2:provided<br />         \- com.sun.xml.stream.buffer:streambuffer:jar:1.0:provided<br />            \- (org.jvnet.staxex:stax-ex:jar:RELEASE:provided - omitted for conflict with 1.2)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.opensaml:opensaml"></a>org.opensaml:opensaml</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">2.5.1-1</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.ws.security:wss4j:jar:1.6.15:provided<br />      \- (org.opensaml:opensaml:jar:2.5.1-1:provided - omitted for conflict with 2.6.1)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.apache.ws.security:wss4j:jar:1.6.15:provided<br />      \- (org.opensaml:opensaml:jar:2.5.1-1:provided - omitted for conflict with 2.6.1)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">2.6.1</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.opensaml:opensaml:jar:2.6.1:provided<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.opensaml:opensaml:jar:2.6.1:provided<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.springframework:spring-aop"></a>org.springframework:spring-aop</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">3.0.7.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.springframework:spring-jms:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-aop:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided<br />   \- org.springframework:spring-tx:jar:3.0.7.RELEASE:provided<br />      \- (org.springframework:spring-aop:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.springframework:spring-jms:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-aop:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided<br />   \- org.springframework:spring-tx:jar:3.0.7.RELEASE:provided<br />      \- (org.springframework:spring-aop:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">3.2.8.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-aop:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-aop:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.springframework:spring-beans"></a>org.springframework:spring-beans</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">3.0.7.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.springframework:spring-jms:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-beans:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-beans:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-beans:jar:3.0.7.RELEASE:provided<br />   \- org.springframework:spring-tx:jar:3.0.7.RELEASE:provided<br />      \- (org.springframework:spring-beans:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.springframework:spring-jms:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-beans:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-beans:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-beans:jar:3.0.7.RELEASE:provided<br />   \- org.springframework:spring-tx:jar:3.0.7.RELEASE:provided<br />      \- (org.springframework:spring-beans:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">3.2.8.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-beans:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-beans:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.springframework:spring-core"></a>org.springframework:spring-core</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">3.0.7.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.springframework:spring-jms:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-beans:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-core:jar:3.0.7.RELEASE:provided<br />   +- org.springframework:spring-expression:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   \- org.springframework:spring-tx:jar:3.0.7.RELEASE:provided<br />      \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   +- org.springframework:spring-jms:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-beans:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   +- org.springframework:spring-core:jar:3.0.7.RELEASE:provided<br />   +- org.springframework:spring-expression:jar:3.0.7.RELEASE:provided<br />   |  \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br />   \- org.springframework:spring-tx:jar:3.0.7.RELEASE:provided<br />      \- (org.springframework:spring-core:jar:3.0.7.RELEASE:provided - omitted for duplicate)<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">3.2.8.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-core:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-core:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="org.springframework:spring-expression"></a>org.springframework:spring-expression</h4>
<table border="0" class="table table-striped">
<tr class="b">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="a">
<td width="25%">3.0.7.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-expression:jar:3.0.7.RELEASE:provided<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-expression:jar:3.0.7.RELEASE:provided<br /></li><br /></ol></td></tr>
<tr class="b">
<td width="25%">3.2.8.RELEASE</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-agentcore:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-expression:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br />
<li>org.mil-oss:fgsms-apache-cxf-agent:bundle:7.0.0<br />\- org.apache.cxf:cxf-bundle:jar:2.7.11:provided<br />   \- org.springframework:spring-context:jar:3.2.8.RELEASE:provided<br />      \- (org.springframework:spring-expression:jar:3.2.8.RELEASE:provided - omitted for conflict with 3.0.7.RELEASE)<br /></li><br /></ol></td></tr></table></td></tr></table></div>
<div class="section">
<h4><a name="wsdl4j:wsdl4j"></a>wsdl4j:wsdl4j</h4>
<table border="0" class="table table-striped">
<tr class="a">
<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
<td>
<table border="0" class="table table-striped">
<tr class="b">
<td width="25%">1.6.2</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-wsnotification-broker-war:war:7.0.0<br />\- org.mil-oss:fgsms-jaxws-agent:jar:7.0.0:compile<br />   \- org.mil-oss:fgsms-discovery-uddi:jar:7.0.0:compile<br />      \- org.apache.juddi:juddi-client:jar:3.3.3:compile<br />         \- (wsdl4j:wsdl4j:jar:1.6.2:compile - omitted for conflict with 1.6.3)<br /></li><br />
<li>org.mil-oss:fgsms.Bootstrap:war:7.0.0<br />\- org.mil-oss:fgsms-ui-common:jar:7.0.0:compile<br />   \- org.apache.juddi:juddi-client:jar:3.3.3:compile<br />      \- wsdl4j:wsdl4j:jar:1.6.2:compile<br /></li><br />
<li>org.mil-oss:fgsms.Services:war:7.0.0<br />\- org.mil-oss:fgsms-uddi-publisher:jar:7.0.0:compile<br />   \- org.apache.juddi:juddi-client:jar:3.3.3:compile<br />      \- wsdl4j:wsdl4j:jar:1.6.2:compile<br /></li><br /></ol></td></tr>
<tr class="a">
<td width="25%">1.6.3</td>
<td>
<ol style="list-style-type: decimal">
<li>org.mil-oss:fgsms-wsnotification-broker-war:war:7.0.0<br />\- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.7.11:compile<br />   \- org.apache.cxf:cxf-api:jar:2.7.11:compile<br />      \- wsdl4j:wsdl4j:jar:1.6.3:compile<br /></li><br />
<li>org.mil-oss:fgsms.Bootstrap:war:7.0.0<br />\- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.7.11:compile<br />   \- org.apache.cxf:cxf-api:jar:2.7.11:compile<br />      \- (wsdl4j:wsdl4j:jar:1.6.3:compile - omitted for conflict with 1.6.2)<br /></li><br />
<li>org.mil-oss:fgsms.Services:war:7.0.0<br />\- org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.7.11:compile<br />   \- org.apache.cxf:cxf-api:jar:2.7.11:compile<br />      \- (wsdl4j:wsdl4j:jar:1.6.3:compile - omitted for conflict with 1.6.2)<br /></li><br /></ol></td></tr></table></td></tr></table></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
</div>
</div>
</footer>
</body>
</html>