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 |
---|---|---|---|---|---|
commons-email | commons-email | 1.0 | - | jar | |
org.tastybug.bugwerk.bugtrap | bugtrap-base | 1.4.0 | - | jar | |
org.tastybug.bugwerk.bugtrap | bugtrap-fs | 1.4.0 | - | 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 |
---|---|---|---|---|---|
junit | junit | 3.8.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 |
---|---|---|---|---|---|
commons-codec | commons-codec | 1.3 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
dumbster | dumbster | 1.6 | - | jar | |
javax.activation | activation | 1.0.2 | - | jar | |
javax.mail | 1.3.3 | - | jar | ||
log4j | log4j | 1.2.13 | - | jar | |
org.tastybug.bugwerk | blueprint | 1.4.0 | - | jar |
The SMTP plugin distributes incident reports via SMTP. Just like Bugtrap-NagWS, the distribution can be automated and bound to a set of rules.
http://bugwerk.sourceforge.net/bugtrap/bugtrap-smtp/
Unnamed - junit:junit:jar:3.8.1
The core library provides the basic data model, the ticket cache (TicketQueue) and necessary plugin interfaces.
http://bugwerk.sourceforge.net/bugtrap/bugtrap-base/
Log4j
http://logging.apache.org/log4j/docs/
This package delivers contracts, interfaces and constants that are shared among the different BugWerk modules.
http://bugwerk.sourceforge.net/blueprint/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
Commons-Email aims to provide a API for sending email. It is built on top of the Java Mail API, which it aims to simplify.
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
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
http://java.sun.com/products/javamail/index.jsp
The FS plugin provides a simple and transparent persistency functionality. All Tickets, Incidents and Attachments are stored in a configurable directory in the file system. This plugin should always be used when an immediate incident reporting cannot be guaranteed (e.g. for end user software and/or dial up machines).