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
org.springframework spring-core 2.5.6 jar The Apache Software License, Version 2.0
org.springframework spring-test 2.5.6 jar The Apache Software 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
javax.servlet servlet-api 2.5 jar -

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
commons-logging commons-logging 1.1.1 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Unknown: servlet-api

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

Common Public License Version 1.0: JUnit

The Apache Software License, Version 2.0: Commons Logging, Spring Framework: Core, Spring Framework: Test

The MIT License: Mockito