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 |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 1.3.9 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 1.3.1 | jar | /LICENSE.txt |
commons-logging | commons-logging | 1.1 | jar | /LICENSE.txt |
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 |
---|---|---|---|---|
commons-lang | commons-lang | 2.5 | jar | The Apache Software License, Version 2.0 |
junit | junit | 4.8.1 | jar | Common Public License Version 1.0 |
multithreadedtc | multithreadedtc | 1.01 | jar | - |
org.easymock | easymock | 2.3 | jar | MIT License |
org.hamcrest | hamcrest-all | 1.1 | jar | BSD style |
org.mockito | mockito-all | 1.8.5 | 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.
Project Dependency Graph
Dependency Tree
- org.codehaus.preon:preon-io:jar:1.1-SNAPSHOT
- junit:junit:jar:4.8.1 (test)
- org.hamcrest:hamcrest-all:jar:1.1 (test)
- commons-logging:commons-logging:jar:1.1 (compile)
- log4j:log4j:jar:1.2.12 (compile)
- logkit:logkit:jar:1.0.1 (compile)
- avalon-framework:avalon-framework:jar:4.1.3 (compile)
- javax.servlet:servlet-api:jar:2.3 (compile)
- log4j:log4j:jar:1.2.12 (compile)
- commons-io:commons-io:jar:1.3.1 (compile)
- multithreadedtc:multithreadedtc:jar:1.01 (test)
- org.easymock:easymock:jar:2.3 (test)
- com.google.code.findbugs:jsr305:jar:1.3.9 (compile)
- org.mockito:mockito-all:jar:1.8.5 (test)
- commons-lang:commons-lang:jar:2.5 (test)
- junit:junit:jar:4.8.1 (test)
Licenses
BSD style: Hamcrest All
GNU General Public License, version 2, with the Classpath Exception: Preon IO
Unknown: avalon-framework, log4j, logkit, multithreadedtc, servlet-api
Common Public License Version 1.0: JUnit
MIT License: EasyMock
The Apache Software License, Version 2.0: Commons Lang, FindBugs-jsr305, IO, Logging
The MIT License: Mockito