Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.helpjh2.0.5-jar
javax.persistencepersistence-api1.0-jar
org.apache.derbyderby10.3.2.1-jar
org.apache.derbyderbyclient10.3.2.1-jar
org.jdesktopAppFramework1.0.3-jar
toplink.essentialstoplink-essentials2.0.1-SNAPSHOT-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
net.sf.jfcunitjfcunit2.08-jar
org.dbunitdbunit2.2-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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-collectionscommons-collections3.1-jar
commons-langcommons-lang2.1-jar
commons-loggingcommons-logging1.0.4-jar
jakarta-regexpjakarta-regexp1.4-jar
junitjunit4.3.1-jar
junit-addonsjunit-addons1.4-jar
poipoi2.5.1-final-20040804-jar
xercesxercesImpl2.6.2-jar
xercesxmlParserAPIs2.6.2-jar

Project Dependency Graph

Dependency Listings

Josas

Java Open Source for Association

Unnamed - org.jdesktop:AppFramework:pom:1.0.3

Derby Engine

http://db.apache.org/derby/

Unnamed - javax.help:jh:pom:2.0.5

Derby Network Client

http://db.apache.org/derby/

jfcunit

jfcUnit enables developers to write test cases for Java Swing based applications

http://jfcunit.sourceforge.net

Unnamed - jakarta-regexp:jakarta-regexp:jar:1.4

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

Unnamed - toplink.essentials:toplink-essentials:pom:2.0.1-SNAPSHOT

DbUnit Framework

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.

http://dbunit.sourceforge.net

Unnamed - junit-addons:junit-addons:jar:1.4

JUnit

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.

http://junit.org

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:3.1

Types that extend and augment the Java Collections Framework.

Lang

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/${pom.artifactId.substring(8)}/

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/logging/