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 |
|---|---|---|---|---|---|
| bouncycastle | bcprov-jdk15 | 136 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| org.hibernate | hibernate-annotations | 3.2.0.ga | - | jar | |
| org.openrca | openrca-api | 0.1-SNAPSHOT | - | jar | |
| org.openrca | openrca-model | 0.1-SNAPSHOT | - | jar | |
| org.springframework | spring-aop | 2.0.5 | - | jar | |
| org.springframework | spring-context | 2.0.5 | - | jar | |
| org.springframework | spring-core | 2.0.5 | - | jar | |
| org.springframework | spring-dao | 2.0.5 | - | jar | |
| org.springframework | spring-hibernate3 | 2.0.5 | - | jar | |
| org.springframework | spring-support | 2.0.5 | - | 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 |
|---|---|---|---|---|---|
| org.dbunit | dbunit | 2.2 | - | jar | |
| org.easymock | easymock | 2.2 | - | jar | |
| org.easymock | easymockclassextension | 2.2 | - | jar | |
| org.testng | testng | 5.1 | jdk15 | jar | |
| org.unitils | unitils | 1.0-rc-3 | - | 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 |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| aopalliance | aopalliance | 1.0 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| asm | asm-attrs | 1.5.3 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| commons-collections | commons-collections | 2.1.1 | - | jar | |
| commons-lang | commons-lang | 2.3 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| javax.persistence | persistence-api | 1.0 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
| org.hibernate | hibernate | 3.2.3.ga | - | jar | |
| org.springframework | spring-beans | 2.0.5 | - | jar | |
| org.springframework | spring-jdbc | 2.0.5 | - | 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 |
|---|---|---|---|---|---|
| cglib | cglib-nodep | 2.1_3 | - | jar | |
| commons-dbcp | commons-dbcp | 1.2.2 | - | jar | |
| commons-pool | commons-pool | 1.3 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| junit-addons | junit-addons | 1.4 | - | jar | |
| ognl | ognl | 2.6.9 | - | jar | |
| poi | poi | 2.5.1-final-20040804 | - | jar | |
| xerces | xercesImpl | 2.6.2 | - | jar | |
| xerces | xmlParserAPIs | 2.6.2 | - | jar |
The OpenRCA application core implementation
http://www.openrca.org/openrca-core
The domain model of the OpenRCA system
http://www.openrca.org/openrca-model
The application programming interface for Open RCA, it consists of a set of public interfaces definition to be used by client systems.
http://www.openrca.org/openrca-api
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Unnamed - javax.servlet:servlet-api:jar:2.3
Log4j
http://logging.apache.org/log4j/docs/
Legion of the Bouncy Castle Java Cryptography APIs
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.
http://www.bouncycastle.org/java.html
Spring Framework: Core
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Beans
http://www.springframework.org
Spring Framework: AOP
http://www.springframework.org
Spring Framework: DAO
http://www.springframework.org
Spring Framework: Hibernate3
http://www.springframework.org
Spring Framework: JDBC
http://www.springframework.org
Spring Framework: Support
http://www.springframework.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Relational Persistence for Java
Enterprise JavaBeans (EJB) 3.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
TestNG is a unit testing framework.
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
The EasyMock Class Extension allows to generate Mock Objects for classes
Unitils provides utilities to further simplify unit-testing with JUnit, DBUnit, EasyMock Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering utilities such as automatic DB-schema maintainance and equality assertion through reflection.
http://unitils.sourceforge.net/
Commons Database Connection Pooling
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
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.
Unnamed - junit-addons:junit-addons:jar:1.4
Unnamed - xerces:xercesImpl:jar:2.6.2
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - poi:poi:jar:2.5.1-final-20040804
Unnamed - commons-collections:commons-collections:jar:2.1.1
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.