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
info.ejava.examples.ejb webejbCustomerEJB 4.1.0-SNAPSHOT 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 License
com.h2database h2 1.4.188 jar MPL 2.0, and EPL 1.0
junit junit 4.12 jar Eclipse Public License 1.0
org.hibernate.javax.persistence hibernate-jpa-2.1-api 1.0.0.Final jar Eclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.jboss.resteasy resteasy-jaxrs 2.3.4.Final jar Apache License, Version 2.0

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:

GroupId ArtifactId Version Type License
commons-logging commons-logging 1.1.1 jar The Apache Software License, Version 2.0
javax javaee-api 7.0 jar CDDL + GPLv2 with classpath exception
org.apache.httpcomponents httpclient 4.1.3 jar LICENSE.txt

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

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 License
javassist javassist 3.12.1.GA jar MPL 1.1-LGPL 2.1
javax.annotation jsr250-api 1.0 jar COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
net.jcip jcip-annotations 1.0 jar -
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.jboss.resteasy jaxrs-api 2.3.4.Final jar Apache License, Version 2.0
org.scannotation scannotation 1.0.3 jar Apache License V2.0

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:

GroupId ArtifactId Version Type License
com.sun.mail javax.mail 1.5.0 jar CDDL/GPLv2+CE
commons-codec commons-codec 1.4 jar The Apache Software License, Version 2.0
javax.activation activation 1.1 jar Common Development and Distribution License (CDDL) v1.0
org.apache.httpcomponents httpcore 4.1.4 jar LICENSE.txt

Project Dependency Graph

Dependency Tree

Licenses

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

MPL 2.0, and EPL 1.0: H2 Database Engine

Eclipse Public License 1.0: JUnit

Apache License: HttpClient, HttpCore

Apache License V2.0: scannotation

New BSD License: Hamcrest Core

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

CDDL/GPLv2+CE: JavaMail API

Unknown: "Java Concurrency in Practice" book annotations, EJB::Web-oriented EJB::Customer EJB, EJB::Web-oriented EJB::JAX-RS Inventory WAR

Apache License, Version 2.0: JAX-RS Core API, RESTEasy JAX-RS Implementation

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)

LGPL 2.1: Javassist

CDDL + GPLv2 with classpath exception: Java(TM) EE 7 Specification APIs

MPL 1.1: Javassist

The Apache Software License, Version 2.0: Commons Codec, Commons Logging

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
h2-1.4.188.jar 1.71 MB 638 635 35 1.6 Yes
javax.mail-1.5.0.jar 521.99 kB 329 298 14 1.5 Yes
commons-codec-1.4.jar 58.16 kB 47 30 5 1.4 Yes
commons-logging-1.1.1.jar 60.69 kB 42 28 2 1.1 Yes
webejbCustomerEJB-4.1.0-SNAPSHOT.jar 19.21 kB 32 14 6 1.6 Yes
javassist-3.12.1.GA.jar 644.15 kB 390 366 17 1.4 Yes
javaee-api-7.0.jar 1.93 MB 2389 2238 133 1.6 Yes
activation-1.1.jar 62.98 kB 50 38 3 1.4 Yes
jsr250-api-1.0.jar 5.85 kB 16 11 2 1.5 Yes
junit-4.12.jar 314.93 kB 323 286 30 1.5 Yes
jcip-annotations-1.0.jar 2.25 kB 9 4 1 1.5 No
httpclient-4.1.3.jar 352.58 kB 309 273 22 1.5 Yes
httpcore-4.1.4.jar 181.41 kB 185 163 10 1.3 Yes
hamcrest-core-1.3.jar 45.02 kB 52 45 3 1.5 Yes
hibernate-jpa-2.1-api-1.0.0.Final.jar 113.37 kB 207 200 4 1.6 Yes
jaxrs-api-2.3.4.Final.jar 46.45 kB 67 55 3 1.6 Yes
resteasy-jaxrs-2.3.4.Final.jar 615.47 kB 459 410 34 1.6 Yes
scannotation-1.0.3.jar 18.77 kB 23 13 2 1.5 Yes
Total Size Entries Classes Packages Java Version Debug Information
18 6.70 MB 5567 5107 326 1.6 17
compile: 1 compile: 19.21 kB compile: 32 compile: 14 compile: 6 - compile: 1
test: 10 test: 3.51 MB test: 2184 test: 2025 test: 131 - test: 9
provided: 7 provided: 3.17 MB provided: 3351 provided: 3068 provided: 189 - provided: 7

Dependency Repository Locations

Repo ID URL Release Snapshot
central https://repo.maven.apache.org/maven2 Yes No

Repository locations for each of the Dependencies.

Artifact ejava-mirror
com.h2database:h2:jar:1.4.188 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
com.sun.mail:javax.mail:jar:1.5.0 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
commons-codec:commons-codec:jar:1.4 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
commons-logging:commons-logging:jar:1.1.1 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
info.ejava.examples.ejb:webejbCustomerEJB:jar:4.1.0-SNAPSHOT -
javassist:javassist:jar:3.12.1.GA Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
javax:javaee-api:jar:7.0 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
javax.activation:activation:jar:1.1 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
javax.annotation:jsr250-api:jar:1.0 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
junit:junit:jar:4.12 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
net.jcip:jcip-annotations:jar:1.0 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.apache.httpcomponents:httpclient:jar:4.1.3 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.apache.httpcomponents:httpcore:jar:4.1.4 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.hamcrest:hamcrest-core:jar:1.3 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.jboss.resteasy:jaxrs-api:jar:2.3.4.Final Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.jboss.resteasy:resteasy-jaxrs:jar:2.3.4.Final Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
org.scannotation:scannotation:jar:1.0.3 Found at http://tomcat.ejava.info:8080/nexus/content/groups/public
Total ejava-mirror
18 (compile: 1, test: 10, provided: 7) 17