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 |
---|---|---|---|---|---|
aspectj | aspectjweaver | 1.5.3 | - | jar | |
c3p0 | c3p0 | 0.9.1.2 | - | jar | |
commons-dbcp | commons-dbcp | 1.2.2 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
hsqldb | hsqldb | 1.8.0.7 | - | jar | |
javamail | 1.4.2 | - | jar | ||
javax.annotation | jsr250-api | 1.0 | - | jar | |
mysql | mysql-connector-java | 5.1.6 | - | jar | |
org.hibernate | hibernate-entitymanager | 3.3.1.ga | - | jar | |
org.springframework | spring | 2.5 | - | jar | |
org.springframework | spring-test | 2.5 | - | jar | |
org.springframework | spring-webmvc | 2.5 | - | jar | |
taglibs | standard | 1.1.2 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
postgresql | postgresql | 8.1-404.jdbc3 | - | 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.jmock | jmock-junit4 | 2.5.1 | - | jar | |
org.jmock | jmock-legacy | 2.5.1 | - | jar |
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 | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.5 | - | 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 | |
cglib | cglib | 2.1_3 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javamail | dsn | 1.4.2 | - | jar | |
javamail | imap | 1.4.2 | - | jar | |
javamail | mailapi | 1.4.2 | - | jar | |
javamail | smtp | 1.4.2 | - | jar | |
javax.persistence | persistence-api | 1.0 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
jboss | javassist | 3.3.ga | - | jar | |
jboss | jboss-common-core | 2.0.4.GA | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
org.hibernate | hibernate | 3.2.5.ga | - | jar | |
org.hibernate | hibernate-annotations | 3.3.0.ga | - | jar | |
org.hibernate | hibernate-commons-annotations | 3.3.0.ga | - | jar | |
org.hibernate | hibernate-validator | 3.0.0.ga | - | jar | |
org.springframework | spring-beans | 2.5 | - | jar | |
org.springframework | spring-context | 2.5 | - | jar | |
org.springframework | spring-context-support | 2.5 | - | jar | |
org.springframework | spring-core | 2.5 | - | jar | |
org.springframework | spring-web | 2.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 | |
junit | junit | 4.4 | - | jar | |
junit | junit-dep | 4.4 | - | jar | |
org.hamcrest | hamcrest-core | 1.1 | - | jar | |
org.hamcrest | hamcrest-library | 1.1 | - | jar | |
org.jmock | jmock | 2.5.1 | - | jar | |
org.objenesis | objenesis | 1.0 | - | jar |
eMarket trading platform helps implement a type of market.
http://emarket.sourceforge.net
Unnamed - javax.servlet:servlet-api:jar:2.5
Spring Framework
http://www.springframework.org
Spring Framework: Web MVC
http://www.springframework.org
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Context Support
Spring Framework: Context Support
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Spring Framework: Web
http://www.springframework.org
Unnamed - taglibs:standard:jar:1.1.2
JSR-250 Common Annotations for the JavaTM Platform
JSR-250 Reference Implementation by Glassfish
http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Relational Persistence for Java
Hibernate Commons - Annotations
EJB3-style annotations for Hibernate - common code
http://annotations.hibernate.org
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
http://validator.hibernate.org
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
JBoss Common Core Utility classes
Unnamed - javamail:mail:jar:1.4.2
Updates the eBox parent pom
Unnamed - javamail:dsn:jar:1.4.2
Unnamed - javamail:imap:jar:1.4.2
Unnamed - javamail:mailapi:jar:1.4.2
Unnamed - javamail:smtp:jar:1.4.2
c3p0:JDBC DataSources/Resource Pools
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
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)}/
MySQL java connector
http://dev.mysql.com/usingmysql/java/
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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.
A library for instantiating Java objects
http://objenesis.googlecode.com/svn/docs/index.html
Spring Framework: Test
http://www.springframework.org
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.
Lightweight 100% Java SQL Database Engine