Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
| axis |
axis |
1.4 |
jar |
| com.unboundid |
unboundid-ldapsdk |
2.2.0 |
jar |
| commons-codec |
commons-codec |
1.5 |
jar |
| commons-httpclient |
commons-httpclient |
3.1 |
jar |
| commons-logging |
commons-logging |
1.1.1 |
jar |
| log4j |
log4j |
1.2.16 |
jar |
| org.apache.santuario |
xmlsec |
1.4.5 |
jar |
| org.apache.ws.security |
wss4j |
1.5.12 |
jar |
| org.bouncycastle |
bcprov-jdk14 |
1.46 |
jar |
| xalan |
xalan |
2.7.1 |
jar |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId |
ArtifactId |
Version |
Type |
| junit |
junit |
4.8.2 |
jar |
| org.jdom |
jdom |
1.1.1 |
jar |
| org.mockito |
mockito-all |
1.8.4 |
jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
| org.apache.axis |
axis-jaxrpc |
1.4 |
jar |
| org.apache.axis |
axis-saaj |
1.4 |
jar |
| xalan |
serializer |
2.7.1 |
jar |
| xml-apis |
xml-apis |
1.4.01 |
jar |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId |
ArtifactId |
Version |
Type |
| axis |
axis-wsdl4j |
1.5.1 |
jar |
| commons-discovery |
commons-discovery |
0.2 |
jar |
Project Dependency Graph
Dependency Tree
- dk.sosi.seal:seal:jar:2.1.3-SNAPSHOT

- com.unboundid:unboundid-ldapsdk:jar:2.2.0 (compile)

- org.mockito:mockito-all:jar:1.8.4 (test)

- org.apache.santuario:xmlsec:jar:1.4.5 (compile)

| Apache Santuario |
Description: Apache Santuario supports XML-Signature Syntax and Processing,
W3C Recommendation 12 February 2002, and XML Encryption Syntax and
Processing, W3C Recommendation 10 December 2002. As of version 1.4,
the Java library supports the standard Java API JSR-105: XML Digital
Signature APIs.
URL: http://santuario.apache.org/
Project License: The Apache Software License, Version 2.0
|
- commons-logging:commons-logging:jar:1.1.1 (compile)

- junit:junit:jar:4.8.2 (test)

- commons-logging:commons-logging:jar:1.1.1 (compile)

- xalan:xalan:jar:2.7.1 (compile)

| Xalan Java |
Description: Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements XSL Transformations (XSLT)
Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from
the command line, in an applet or a servlet, or as a module in other program.
URL: http://xml.apache.org/xalan-j/
Project License: The Apache Software License, Version 2.0
|
- xalan:serializer:jar:2.7.1 (compile)

- xml-apis:xml-apis:jar:1.4.01 (compile)

| XML Commons External Components XML APIs |
Description: xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun.
URL: http://xml.apache.org/commons/components/external/
Project License: The Apache Software License, Version 2.0
|
- axis:axis:jar:1.4 (compile)

- org.apache.axis:axis-jaxrpc:jar:1.4 (compile)

| Unnamed - org.apache.axis:axis-jaxrpc:jar:1.4 |
Description: POM was created from deploy:deploy-file
Project License: No project license is defined for this project.
|
- org.apache.axis:axis-saaj:jar:1.4 (compile)

| Unnamed - org.apache.axis:axis-saaj:jar:1.4 |
Description: POM was created from deploy:deploy-file
Project License: No project license is defined for this project.
|
- axis:axis-wsdl4j:jar:1.5.1 (runtime)

| Unnamed - axis:axis-wsdl4j:jar:1.5.1 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- commons-logging:commons-logging:jar:1.1.1 (runtime)

- commons-discovery:commons-discovery:jar:0.2 (runtime)

| Discovery |
Description: Commons Discovery
Project License: No project license is defined for this project.
|
- commons-logging:commons-logging:jar:1.1.1 (runtime)

- log4j:log4j:jar:1.2.16 (compile)

- org.bouncycastle:bcprov-jdk14:jar:1.46 (compile)

| Bouncy Castle Provider |
Description: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.4.
URL: http://www.bouncycastle.org/java.html
Project License: Bouncy Castle Licence
|
- commons-httpclient:commons-httpclient:jar:3.1 (compile)

| HttpClient |
Description: The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
URL: http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Project License: Apache License
|
- commons-logging:commons-logging:jar:1.1.1 (compile)

- commons-codec:commons-codec:jar:1.5 (compile)

| Commons Codec |
Description: The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
URL: http://commons.apache.org/codec/
Project License: The Apache Software License, Version 2.0
|
- commons-codec:commons-codec:jar:1.5 (compile)

| Commons Codec |
Description: The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
URL: http://commons.apache.org/codec/
Project License: The Apache Software License, Version 2.0
|
- org.jdom:jdom:jar:1.1.1 (test)

| JDOM |
Description: JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for
easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and
is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM
and SAX.
URL: http://www.jdom.org/
Project License: No project license is defined for this project.
|
- org.apache.ws.security:wss4j:jar:1.5.12 (compile)

| WSS4J |
Description: Apache WSS4J is an implementation of the Web Services Security
(WS-Security) being developed at OASIS Web Services Security TC.
WSS4J is a primarily a Java library that can be used to sign and
verify SOAP Messages with WS-Security information. WSS4J will
use Apache Axis and Apache XML-Security projects and will be
interoperable with JAX-RPC based server/clients and .NET
server/clients.
URL: http://ws.apache.org/wss4j/
Project License: The Apache Software License, Version 2.0
|
- commons-logging:commons-logging:jar:1.1.1 (compile)

- org.apache.santuario:xmlsec:jar:1.4.5 (compile)

| Apache Santuario |
Description: Apache Santuario supports XML-Signature Syntax and Processing,
W3C Recommendation 12 February 2002, and XML Encryption Syntax and
Processing, W3C Recommendation 10 December 2002. As of version 1.4,
the Java library supports the standard Java API JSR-105: XML Digital
Signature APIs.
URL: http://santuario.apache.org/
Project License: The Apache Software License, Version 2.0
|
- xalan:xalan:jar:2.7.1 (compile)

| Xalan Java |
Description: Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements XSL Transformations (XSLT)
Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from
the command line, in an applet or a servlet, or as a module in other program.
URL: http://xml.apache.org/xalan-j/
Project License: The Apache Software License, Version 2.0
|
Licenses
GNU General Public License version 2: UnboundID LDAP SDK for Java
Unknown: Discovery, JDOM, Unnamed - axis:axis-wsdl4j:jar:1.5.1, Unnamed - org.apache.axis:axis-jaxrpc:jar:1.4, Unnamed - org.apache.axis:axis-saaj:jar:1.4
UnboundID LDAP SDK Free Use License: UnboundID LDAP SDK for Java
Apache License: HttpClient
GNU Lesser General Public License version 2.1: UnboundID LDAP SDK for Java
Bouncy Castle Licence: Bouncy Castle Provider
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Apache Log4j, Apache Santuario, Axis Web Services, Commons Codec, Commons Logging, WSS4J, XML Commons External Components XML APIs, Xalan Java, Xalan Java Serializer
The MIT License (MIT): SOSI Seal Component
The MIT License: Mockito
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
Sealed |
| axis-1.4.jar |
1.53 MB |
842 |
771 |
56 |
1.3 |
debug |
- |
| axis-wsdl4j-1.5.1.jar |
123.80 kB |
142 |
119 |
18 |
1.2 |
release |
- |
| unboundid-ldapsdk-2.2.0.jar |
1.26 MB |
481 |
440 |
17 |
1.5 |
debug |
sealed |
| commons-codec-1.5.jar |
71.38 kB |
60 |
43 |
5 |
1.4 |
debug |
- |
| commons-discovery-0.2.jar |
69.77 kB |
80 |
58 |
8 |
1.1 |
debug |
- |
| commons-httpclient-3.1.jar |
297.85 kB |
183 |
167 |
8 |
1.2 |
debug |
- |
| commons-logging-1.1.1.jar |
59.26 kB |
42 |
28 |
2 |
1.1 |
debug |
- |
| junit-4.8.2.jar |
231.78 kB |
267 |
230 |
30 |
1.5 |
debug |
- |
| log4j-1.2.16.jar |
470.25 kB |
346 |
308 |
20 |
1.1 |
debug |
- |
| axis-jaxrpc-1.4.jar |
30.46 kB |
67 |
54 |
9 |
1.3 |
debug |
- |
| axis-saaj-1.4.jar |
18.53 kB |
32 |
27 |
1 |
1.3 |
debug |
- |
| xmlsec-1.4.5.jar |
440.38 kB |
404 |
347 |
31 |
1.4 |
release |
- |
| wss4j-1.5.12.jar |
329.62 kB |
150 |
118 |
14 |
1.3 |
debug |
- |
| bcprov-jdk14-1.46.jar |
1.74 MB |
1,631 |
1,541 |
82 |
1.4 |
release |
- |
| jdom-1.1.1.jar |
149.22 kB |
89 |
76 |
8 |
1.2 |
debug |
- |
| mockito-all-1.8.4.jar |
1.34 MB |
1,203 |
612 |
61 |
1.5 |
debug |
- |
| serializer-2.7.1.jar |
271.76 kB |
124 |
109 |
3 |
1.1 |
debug |
- |
| xalan-2.7.1.jar |
3.03 MB |
1,577 |
1,513 |
49 |
1.1 |
debug |
- |
| xml-apis-1.4.01.jar |
215.37 kB |
391 |
346 |
29 |
1.1 |
release |
- |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
Sealed |
| 19 |
11.61 MB |
8,111 |
6,907 |
451 |
1.5 |
15 |
1 |
| compile: 14 |
compile: 9.70 MB |
compile: 6,330 |
compile: 5,812 |
compile: 326 |
- |
compile: 11 |
compile: 1 |
| test: 3 |
test: 1.72 MB |
test: 1,559 |
test: 918 |
test: 99 |
- |
test: 3 |
- |
| runtime: 2 |
runtime: 193.57 kB |
runtime: 222 |
runtime: 177 |
runtime: 26 |
- |
runtime: 1 |
- |