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 |
---|---|---|---|---|---|
mysql | mysql-connector-java | 5.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 |
---|---|---|---|---|---|
jmock | jmock | 1.1.0 | - | jar | |
junit | junit | 4.4 | - | jar | |
org.springframework | spring-test | 2.5 | - | jar | |
org.subethamail | subethasmtp-wiser | 1.2 | - | 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 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-logging | commons-logging | 1.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
org.subethamail | subethasmtp-smtp | 1.2 | - | jar |
Simple Board is a forum application based on appfuse 2.0, Maven 2, JSF, Spring Framework, Hibernate
http://simpleboard.sourceforge.net/
Spring Framework: Test
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
jMock is a library for testing Java code using mock objects
Wiser is a smart mail testing application.
http://subethasmtp.tigris.org/wiser.html
A multithreaded standalone SMTP mail server implementation.
http://subethasmtp.tigris.org/
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
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.