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 |
---|---|---|---|---|---|
com.jcabi | jcabi-aspects | 0.22.5 | jar | BSD | No |
com.jcabi | jcabi-immutable | 1.4 | jar | BSD | No |
com.jcabi | jcabi-log | 0.17.2 | jar | BSD | No |
com.google.guava | guava | 20.0 | jar | The Apache Software License, Version 2.0 | Yes |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
javax.activation | activation | 1.1.1 | jar | COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 |
javax.mail | 1.5.0-b01 | jar | CDDL-GPLv2+CE |
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.icegreen | greenmail | 1.5.0 | jar | Apache 2.0 |
commons-io | commons-io | 2.5 | jar | Apache License, Version 2.0 |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.5 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License |
org.mockito | mockito-core | 2.2.21 | jar | The MIT License |
org.slf4j | slf4j-log4j12 | 1.7.21 | 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:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
javax.mail | mailapi | 1.4.3 | jar | CDDL-GPLv2+CE |
org.projectlombok | lombok | 1.16.10 | jar | The MIT License |
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 | License |
---|---|---|---|---|
javax.validation | validation-api | 1.1.0.Final | jar | The Apache Software License, Version 2.0 |
org.aspectj | aspectjrt | 1.8.9 | jar | Eclipse Public License - v 1.0 |
org.slf4j | slf4j-api | 1.7.5 | jar | MIT License |
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.sun.mail | javax.mail | 1.5.5 | jar | CDDL/GPLv2+CE |
net.bytebuddy | byte-buddy | 1.5.5 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.5.5 | jar | The Apache Software License, Version 2.0 |
org.objenesis | objenesis | 2.4 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-email:jar:1.10
- org.projectlombok:lombok:jar:1.16.10 (provided)
- com.jcabi:jcabi-aspects:jar:0.22.5 (compile)
- org.aspectj:aspectjrt:jar:1.8.9 (compile)
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- com.jcabi:jcabi-immutable:jar:1.4 (compile)
- com.jcabi:jcabi-log:jar:0.17.2 (compile)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- com.google.guava:guava:jar:20.0 (compile)
- javax.activation:activation:jar:1.1.1 (runtime)
- javax.mail:mail:jar:1.5.0-b01 (runtime)
- javax.mail:mailapi:jar:1.4.3 (provided)
- com.icegreen:greenmail:jar:1.5.0 (test)
- com.sun.mail:javax.mail:jar:1.5.5 (test)
- org.apache.commons:commons-lang3:jar:3.5 (test)
- commons-io:commons-io:jar:2.5 (test)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.mockito:mockito-core:jar:2.2.21 (test)
- net.bytebuddy:byte-buddy:jar:1.5.5 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.5.5 (test)
- org.objenesis:objenesis:jar:2.4 (test)
- org.slf4j:slf4j-log4j12:jar:1.7.21 (test)
- log4j:log4j:jar:1.2.17 (test)
Licenses
GPLv2+CE: JavaMail API (compat), JavaMail API jar
Apache 2: Objenesis
New BSD License: Hamcrest Core, Hamcrest library
BSD: jcabi-aspects, jcabi-email, jcabi-immutable, jcabi-log
Eclipse Public License - v 1.0: AspectJ runtime
Apache License, Version 2.0: Apache Commons IO, Apache Commons Lang
Eclipse Public License 1.0: JUnit
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JavaBeans(TM) Activation Framework
The Apache Software License, Version 2.0: Apache Log4j, Bean Validation API, Byte Buddy (without dependencies), Byte Buddy Java agent, Guava: Google Core Libraries for Java
CDDL: JavaMail API (compat), JavaMail API jar
Apache 2.0: == GreenMail Core ==
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The MIT License: Mockito, Project Lombok
CDDL/GPLv2+CE: JavaMail API