The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.jasig.service | person-directory-api | 1.1.1 | - | jar | |
| org.springframework | spring-jdbc | 2.5.1 | - | jar | (optional) |
| org.springframework.ldap | spring-ldap | 1.2.1 | - | jar | (optional) |
| org.springmodules | spring-modules-cache | 0.8a | - | jar | (optional) |
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 | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
| hsqldb | hsqldb | 1.8.0.7 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| org.springframework | spring-aop | 2.5.1 | - | jar | |
| org.springframework | spring-test | 2.5.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-lang | commons-lang | 2.3 | - | jar | |
| commons-logging | commons-logging | 1.1.1 | - | jar | |
| org.springframework | spring-beans | 2.5.1 | - | jar | |
| org.springframework | spring-context | 2.5.1 | - | jar | |
| org.springframework | spring-core | 2.5.1 | - | jar | |
| org.springframework | spring-tx | 2.5.1 | - | jar | |
| oro | oro | 2.0.8 | - | jar |
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 | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-pool | commons-pool | 1.2 | - | jar | |
| junit | junit | 4.2 | - | jar |
Person Directory Implementations
Provides implementations of the Person Directory API that have the capability of aggregating attributes from multiple data sources into a single view.
Provides a general interface for accessing attributes for a person.
Spring Framework: JDBC
http://www.springframework.org
Spring Framework: Transaction
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
https://springmodules.dev.java.net/
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Lightweight 100% Java SQL Database Engine
Log4j
http://logging.apache.org/log4j/docs/
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Spring Framework: Test
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.