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.programmingchronicles.tdd tdd-5-5-services-refactoring 1.0-SNAPSHOT jar GNU General Public License Version 3

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
junit junit 4.4 jar Common Public License Version 1.0
org.mockito mockito-all 1.8.4 jar The 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.servlet servlet-api 2.5 jar -

Project Transitive Dependencies

No transitive dependencies are required for this project.

Project Dependency Graph

Dependency Tree

  • com.programmingchronicles.tdd:tdd-5-6-web:war:1.0-SNAPSHOT Information
    • com.programmingchronicles.tdd:tdd-5-5-services-refactoring:jar:1.0-SNAPSHOT (compile) Information
    • javax.servlet:servlet-api:jar:2.5 (provided) Information
    • junit:junit:jar:4.4 (test) Information
    • org.mockito:mockito-all:jar:1.8.4 (test) Information

Licenses

Unknown: servlet-api

GNU General Public License Version 3: TDD Exercise 5.5, TDD Exercise 5.6

Common Public License Version 1.0: JUnit

The MIT License: Mockito