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 |
License |
Optional |
org.apache.logging.log4j |
log4j-api |
2.4 |
jar |
The Apache Software License, Version 2.0 |
No |
com.fasterxml.jackson.core |
jackson-core |
2.6.1 |
jar |
The Apache Software License, Version 2.0 |
Yes |
com.fasterxml.jackson.core |
jackson-databind |
2.6.1 |
jar |
The Apache Software License, Version 2.0 |
Yes |
com.fasterxml.jackson.dataformat |
jackson-dataformat-xml |
2.6.1 |
jar |
The Apache Software License, Version 2.0 |
Yes |
com.fasterxml.jackson.dataformat |
jackson-dataformat-yaml |
2.6.1 |
jar |
The Apache Software License, Version 2.0 |
Yes |
com.lmax |
disruptor |
3.3.2 |
jar |
The Apache Software License, Version 2.0 |
Yes |
com.sun.mail |
javax.mail |
1.5.4 |
jar |
CDDL/GPLv2+CE |
Yes |
org.apache.commons |
commons-compress |
1.10 |
jar |
Apache License, Version 2.0 |
Yes |
org.apache.commons |
commons-csv |
1.2 |
jar |
Apache License, Version 2.0 |
Yes |
org.apache.kafka |
kafka-clients |
0.8.2.1 |
jar |
The Apache Software License, Version 2.0 |
Yes |
org.codehaus.woodstox |
woodstox-core-asl |
4.3.0 |
jar |
The Apache Software License, Version 2.0 |
Yes |
org.eclipse.persistence |
javax.persistence |
2.1.0 |
jar |
Eclipse Public License v1.0-Eclipse Distribution License v. 1.0 |
Yes |
org.fusesource.jansi |
jansi |
1.11 |
jar |
The Apache Software License, Version 2.0 |
Yes |
org.zeromq |
jeromq |
0.3.5 |
jar |
GNU General Lesser Public License (LGPL) version 3.0 |
Yes |
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 |
Classifier |
Type |
License |
ch.qos.logback |
logback-classic |
1.1.3 |
- |
jar |
Eclipse Public License - v 1.0-GNU Lesser General Public License |
ch.qos.logback |
logback-core |
1.1.3 |
- |
jar |
Eclipse Public License - v 1.0-GNU Lesser General Public License |
com.h2database |
h2 |
1.3.176 |
- |
jar |
The H2 License, Version 1.0 |
commons-codec |
commons-codec |
1.10 |
- |
jar |
Apache License, Version 2.0 |
commons-io |
commons-io |
2.4 |
- |
jar |
The Apache Software License, Version 2.0 |
commons-logging |
commons-logging |
1.2 |
- |
jar |
The Apache Software License, Version 2.0 |
javax.jmdns |
jmdns |
3.4.1 |
- |
jar |
Apache License, Version 2.0 |
junit |
junit |
4.11 |
- |
jar |
Common Public License Version 1.0 |
log4j |
log4j |
1.2.17 |
- |
jar |
The Apache Software License, Version 2.0 |
net.javacrumbs.json-unit |
json-unit |
1.5.5 |
- |
jar |
LICENSE.txt |
org.apache.activemq |
activemq-broker |
5.11.1 |
- |
jar |
The Apache Software License, Version 2.0 |
org.apache.commons |
commons-lang3 |
3.4 |
- |
jar |
Apache License, Version 2.0 |
org.apache.felix |
org.apache.felix.framework |
4.6.1 |
- |
jar |
The Apache Software License, Version 2.0 |
org.apache.logging.log4j |
log4j-api |
2.4 |
tests |
test-jar |
The Apache Software License, Version 2.0 |
org.easymock |
easymock |
3.3.1 |
- |
jar |
Apache 2 |
org.eclipse.osgi |
org.eclipse.osgi |
3.7.1 |
- |
jar |
Eclipse Public License - v 1.0 |
org.eclipse.persistence |
org.eclipse.persistence.jpa |
2.6.0 |
- |
jar |
Eclipse Public License v1.0-Eclipse Distribution License v. 1.0 |
org.hamcrest |
hamcrest-all |
1.3 |
- |
jar |
New BSD License |
org.hsqldb |
hsqldb |
2.3.3 |
- |
jar |
HSQLDB License, a BSD open source license |
org.mockejb |
mockejb |
0.6-beta2 |
- |
jar |
The Apache Software License, Version 2.0 |
org.slf4j |
slf4j-api |
1.7.12 |
- |
jar |
MIT License |
org.slf4j |
slf4j-ext |
1.7.12 |
- |
jar |
MIT License |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
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:
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:
Project Dependency Graph
Dependency Tree
- org.apache.logging.log4j:log4j-core:jar:2.4
- org.apache.logging.log4j:log4j-api:jar:2.4 (compile)

- org.osgi:org.osgi.core:jar:4.3.1 (provided)

- com.lmax:disruptor:jar:3.3.2 (compile)

- com.fasterxml.jackson.core:jackson-core:jar:2.6.1 (compile)

- com.fasterxml.jackson.core:jackson-databind:jar:2.6.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0 (compile)

- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.1 (compile)
- org.yaml:snakeyaml:jar:1.15 (compile)

- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.1 (compile)

Jackson-dataformat-XML |
Description: Data format extension for Jackson (http://jackson.codehaus.org) to offer
alternative support for serializing POJOs as XML and deserializing XML as pojos.
Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory.
Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMapper).
URL: http://wiki.fasterxml.com/JacksonExtensionXmlDataBinding
Project License: The Apache Software License, Version 2.0 |
- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.1 (compile)

- org.codehaus.woodstox:stax2-api:jar:3.1.4 (compile)

Stax2 API |
Description: tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
URL: http://wiki.fasterxml.com/WoodstoxStax2
Project License: The BSD License |
- org.codehaus.woodstox:woodstox-core-asl:jar:4.3.0 (compile)
- javax.xml.stream:stax-api:jar:1.0-2 (compile)

- org.fusesource.jansi:jansi:jar:1.11 (compile)

- com.sun.mail:javax.mail:jar:1.5.4 (compile)
- javax.activation:activation:jar:1.1 (compile)

- org.eclipse.persistence:javax.persistence:jar:2.1.0 (compile)

- org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec:jar:1.0.1.Final (provided)

- org.apache.kafka:kafka-clients:jar:0.8.2.1 (compile)
- net.jpountz.lz4:lz4:jar:1.2.0 (compile)

- org.xerial.snappy:snappy-java:jar:1.1.1.6 (compile)

- org.zeromq:jeromq:jar:0.3.5 (compile)

- org.apache.commons:commons-compress:jar:1.10 (compile)

Apache Commons Compress |
Description: Apache Commons Compress software defines an API for working with
compression and archive formats. These include: bzip2, gzip, pack200,
lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio,
jar, tar, zip, dump, 7z, arj.
URL: http://commons.apache.org/proper/commons-compress/
Project License: Apache License, Version 2.0 |
- org.apache.commons:commons-csv:jar:1.2 (compile)

- org.apache.logging.log4j:log4j-api:test-jar:tests:2.4 (test)

- javax.jmdns:jmdns:jar:3.4.1 (test)

JmDNS |
Description: JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour.
The project was originally started in December 2002 by Arthur van Hoff at Strangeberry. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons.
Many thanks to Stuart Cheshire for help and moral support.
URL: http://sourceforge.net/projects/jmdns/
Project License: Apache License, Version 2.0 |
- log4j:log4j:jar:1.2.17 (test)

- org.slf4j:slf4j-api:jar:1.7.12 (test)

- org.slf4j:slf4j-ext:jar:1.7.12 (test)
- ch.qos.cal10n:cal10n-api:jar:0.8.1 (test)

- junit:junit:jar:4.11 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)

- org.hamcrest:hamcrest-all:jar:1.3 (test)

- org.easymock:easymock:jar:3.3.1 (test)

EasyMock |
Description: EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
URL: http://easymock.org/easymock
Project License: Apache 2 |
- cglib:cglib:jar:3.1 (test)

- org.ow2.asm:asm:jar:5.0.3 (test)

- org.objenesis:objenesis:jar:2.1 (test)

- org.hsqldb:hsqldb:jar:2.3.3 (test)

- com.h2database:h2:jar:1.3.176 (test)

- org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.6.0 (test)
- org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.6.0 (test)

- org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.6.0 (test)

- org.glassfish:javax.json:jar:1.0.4 (test)

- org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.6.0 (test)

- org.eclipse.persistence:org.eclipse.persistence.core:jar:2.6.0 (test)

- org.mockejb:mockejb:jar:0.6-beta2 (test)
- oro:oro:jar:2.0.8 (test)

oro |
Description: There is currently no description associated with this project.
Project License: No license is defined for this project. |
- cglib:cglib-full:jar:2.0.2 (test)

cglib-full |
Description: There is currently no description associated with this project.
Project License: No license is defined for this project. |
- org.apache.activemq:activemq-broker:jar:5.11.1 (test)
- org.apache.activemq:activemq-client:jar:5.11.1 (test)
- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1 (test)

- org.fusesource.hawtbuf:hawtbuf:jar:1.11 (test)

- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1 (test)

- org.apache.activemq:activemq-openwire-legacy:jar:5.11.1 (test)

- commons-logging:commons-logging:jar:1.2 (test)

- ch.qos.logback:logback-core:jar:1.1.3 (test)

- ch.qos.logback:logback-classic:jar:1.1.3 (test)

- org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1 (test)

- org.apache.felix:org.apache.felix.framework:jar:4.6.1 (test)

- net.javacrumbs.json-unit:json-unit:jar:1.5.5 (test)
- net.javacrumbs.json-unit:json-unit-core:jar:1.5.5 (test)

- commons-io:commons-io:jar:2.4 (test)

- commons-codec:commons-codec:jar:1.10 (test)

Apache Commons Codec |
Description: The Apache Commons 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/proper/commons-codec/
Project License: Apache License, Version 2.0 |
- org.apache.commons:commons-lang3:jar:3.4 (test)

Licenses
New BSD License: Hamcrest All, Hamcrest Core
Apache 2: EasyMock, Objenesis
Unknown: cglib-full, oro
Common Development and Distribution License: Java(TM) Message Service (JMS) 1.1 API
Eclipse Public License - v 1.0: %systemBundle, Logback Classic Module, Logback Core Module
GNU General Public License, Version 2 with the Classpath Exception: Java(TM) Message Service (JMS) 1.1 API
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: Streaming API for XML
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The BSD License: Stax2 API
GNU General Lesser Public License (LGPL) version 3.0: JeroMQ
Common Public License Version 1.0: JUnit
Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)
ASF 2.0: Code Generation Library
BSD: ASM Core
Apache License, Version 2.0: Apache Commons CSV, Apache Commons Codec, Apache Commons Compress, Apache Commons Lang, JmDNS, osgi.core
Eclipse Public License v1.0: EclipseLink ANTLR, EclipseLink ASM, EclipseLink Core, EclipseLink Hermes JPQL Parser, EclipseLink JPA, Javax Persistence
The Apache Software License, Version 2.0: ActiveMQ :: Broker, ActiveMQ :: Client, ActiveMQ :: Openwire Legacy Support, Apache Commons Logging, Apache Felix Framework, Apache Kafka, Apache Log4j, Apache Log4j API, Apache Log4j Core, Commons IO, Disruptor Framework, J2EE Management 1.1, JMS 1.1, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, Jackson-dataformat-YAML, Jackson-module-JAXB-annotations, LZ4 and xxHash, Mock EJB, Woodstox, hawtbuf, jackson-databind, jansi, json-unit, json-unit-core, snappy-java
Dual license consisting of the CDDL v1.1 and GPL v2: JSR 353 (JSON Processing) Default Provider
Eclipse Distribution License v. 1.0: EclipseLink ANTLR, EclipseLink ASM, EclipseLink Core, EclipseLink Hermes JPQL Parser, EclipseLink JPA, Javax Persistence
HSQLDB License, a BSD open source license: HyperSQL Database
GNU General Public Library: Streaming API for XML
The H2 License, Version 1.0: H2 Database Engine
MIT License: Compiler assisted localization library (CAL10N) - API, SLF4J API Module, SLF4J Extensions Module
CDDL/GPLv2+CE: JavaMail API
Apache License Version 2.0: SnakeYAML
Dependency File Details
Filename |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
cglib-3.1.jar |
283.08 kB |
243 |
229 |
7 |
1.2 |
Yes |
cglib-full-2.0.2.jar |
307.93 kB |
264 |
245 |
9 |
1.2 |
Yes |
cal10n-api-0.8.1.jar |
38.19 kB |
50 |
35 |
4 |
1.5 |
Yes |
logback-classic-1.1.3.jar |
280.93 kB |
221 |
173 |
25 |
1.6 |
Yes |
logback-core-1.1.3.jar |
455.04 kB |
410 |
365 |
35 |
1.6 |
Yes |
jackson-annotations-2.6.0.jar |
46.97 kB |
70 |
58 |
1 |
1.6 |
Yes |
jackson-module-jaxb-annotations-2.6.1.jar |
32.57 kB |
30 |
12 |
3 |
1.6 |
Yes |
h2-1.3.176.jar |
1.66 MB |
618 |
615 |
35 |
1.6 |
Yes |
commons-codec-1.10.jar |
284.18 kB |
238 |
92 |
6 |
1.6 |
Yes |
commons-io-2.4.jar |
185.14 kB |
128 |
110 |
6 |
1.6 |
Yes |
commons-logging-1.2.jar |
61.83 kB |
42 |
28 |
2 |
1.2 |
Yes |
activation-1.1.jar |
62.98 kB |
50 |
38 |
3 |
1.4 |
Yes |
jmdns-3.4.1.jar |
204.95 kB |
128 |
113 |
6 |
1.6 |
Yes |
stax-api-1.0-2.jar |
23.35 kB |
44 |
37 |
3 |
1.5 |
Yes |
junit-4.11.jar |
245.04 kB |
266 |
233 |
28 |
1.5 |
Yes |
log4j-1.2.17.jar |
489.89 kB |
353 |
314 |
21 |
1.4 |
Yes |
json-unit-1.5.5.jar |
10.02 kB |
17 |
7 |
1 |
1.5 |
Yes |
json-unit-core-1.5.5.jar |
38.81 kB |
40 |
28 |
2 |
1.5 |
Yes |
lz4-1.2.0.jar |
165.51 kB |
67 |
49 |
3 |
1.6 |
Yes |
activemq-broker-5.11.1.jar |
1.07 MB |
656 |
592 |
33 |
1.6 |
Yes |
activemq-client-5.11.1.jar |
1.18 MB |
819 |
746 |
37 |
1.6 |
Yes |
activemq-openwire-legacy-5.11.1.jar |
685.54 kB |
460 |
439 |
7 |
1.6 |
Yes |
commons-lang3-3.4.jar |
434.68 kB |
248 |
224 |
12 |
1.6 |
Yes |
org.apache.felix.framework-4.6.1.jar |
577.32 kB |
358 |
291 |
27 |
1.5 |
Yes |
geronimo-j2ee-management_1.1_spec-1.0.1.jar |
20.22 kB |
46 |
33 |
2 |
1.5 |
No |
geronimo-jms_1.1_spec-1.1.1.jar |
32.36 kB |
69 |
58 |
1 |
1.5 |
Yes |
log4j-api/target/classes |
- |
0 |
0 |
0 |
- |
No |
log4j-api-2.4-tests.jar |
108.64 kB |
- |
- |
- |
- |
- |
stax2-api-3.1.4.jar |
161.87 kB |
144 |
124 |
11 |
1.5 |
Yes |
easymock-3.3.1.jar |
126.65 kB |
104 |
95 |
3 |
1.5 |
Yes |
org.eclipse.osgi-3.7.1.jar |
1.36 MB |
755 |
632 |
66 |
1.4 |
Yes |
org.eclipse.persistence.antlr-2.6.0.jar |
189.04 kB |
131 |
113 |
4 |
1.5 |
Yes |
org.eclipse.persistence.asm-2.6.0.jar |
323.23 kB |
196 |
166 |
7 |
1.6 |
No |
org.eclipse.persistence.core-2.6.0.jar |
5.32 MB |
2276 |
2075 |
172 |
1.6 |
Yes |
org.eclipse.persistence.jpa-2.6.0.jar |
1.43 MB |
764 |
676 |
64 |
1.6 |
Yes |
org.eclipse.persistence.jpa.jpql-2.6.0.jar |
1.41 MB |
967 |
939 |
15 |
1.6 |
Yes |
hawtbuf-1.11.jar |
50.15 kB |
44 |
33 |
2 |
1.5 |
Yes |
javax.json-1.0.4.jar |
85.15 kB |
88 |
72 |
5 |
1.6 |
Yes |
hamcrest-all-1.3.jar |
306.58 kB |
249 |
204 |
23 |
1.5 |
Yes |
hamcrest-core-1.3.jar |
45.02 kB |
52 |
45 |
3 |
1.5 |
Yes |
hsqldb-2.3.3.jar |
1.49 MB |
658 |
587 |
21 |
1.6 |
No |
mockejb-0.6-beta2.jar |
120.34 kB |
94 |
86 |
5 |
1.2 |
Yes |
objenesis-2.1.jar |
41.76 kB |
52 |
37 |
9 |
1.5 |
Yes |
org.osgi.core-4.3.1.jar |
349.98 kB |
254 |
106 |
13 |
1.5 |
Yes |
asm-5.0.3.jar |
53.23 kB |
30 |
25 |
2 |
1.2 |
No |
slf4j-api-1.7.12.jar |
32.13 kB |
39 |
28 |
3 |
1.5 |
Yes |
slf4j-ext-1.7.12.jar |
42.52 kB |
44 |
30 |
6 |
1.5 |
Yes |
snappy-java-1.1.1.6.jar |
592.32 kB |
65 |
25 |
2 |
1.6 |
Yes |
snakeyaml-1.15.jar |
269.30 kB |
237 |
201 |
19 |
1.5 |
Yes |
oro-2.0.8.jar |
65.26 kB |
74 |
62 |
6 |
1.2 |
No |
jackson-core-2.6.1.jar |
258.83 kB |
116 |
93 |
9 |
1.6 |
Yes |
jackson-databind-2.6.1.jar |
1.17 MB |
597 |
563 |
20 |
1.6 |
Yes |
jackson-dataformat-xml-2.6.1.jar |
93.73 kB |
68 |
46 |
6 |
1.6 |
Yes |
jackson-dataformat-yaml-2.6.1.jar |
320.44 kB |
253 |
210 |
20 |
1.6 |
Yes |
disruptor-3.3.2.jar |
79.47 kB |
86 |
78 |
4 |
1.6 |
Yes |
javax.mail-1.5.4.jar |
582.02 kB |
354 |
321 |
14 |
1.5 |
Yes |
commons-compress-1.10.jar |
409.48 kB |
256 |
221 |
23 |
1.5 |
Yes |
commons-csv-1.2.jar |
38.79 kB |
28 |
15 |
1 |
1.6 |
Yes |
kafka-clients-0.8.2.1.jar |
324.01 kB |
231 |
206 |
18 |
1.6 |
Yes |
woodstox-core-asl-4.3.0.jar |
483.81 kB |
234 |
203 |
16 |
1.4 |
Yes |
javax.persistence-2.1.0.jar |
162.13 kB |
238 |
212 |
6 |
1.6 |
Yes |
jansi-1.11.jar |
114.42 kB |
71 |
40 |
3 |
1.5 |
Yes |
jboss-jms-api_1.1_spec-1.0.1.Final.jar |
37.18 kB |
70 |
58 |
1 |
1.6 |
Yes |
jeromq-0.3.5.jar |
238.75 kB |
181 |
171 |
2 |
1.6 |
Yes |
Total |
Size |
Entries |
Classes |
Packages |
Java Version |
Debug Information |
64 |
27.17 MB |
16035 |
13962 |
923 |
1.6 |
57 |
compile: 22 |
compile: 5.63 MB |
compile: 3420 |
compile: 2923 |
compile: 187 |
- |
compile: 21 |
test: 40 |
test: 21.15 MB |
test: 12291 |
test: 10875 |
test: 722 |
- |
test: 34 |
provided: 2 |
provided: 387.17 kB |
provided: 324 |
provided: 164 |
provided: 14 |
- |
provided: 2 |
|