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
org.tastybug.bugwerk.bugtrapbugtrap-base1.4.0-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
junitjunit3.8.1-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the 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
commons-codeccommons-codec1.3-jar
commons-loggingcommons-logging1.0.4-jar
log4jlog4j1.2.13-jar
org.tastybug.bugwerkblueprint1.4.0-jar

Project Dependency Graph

Dependency Listings

Incident Enrich Worker

The enricher plugin uses a configurable list of property keys that are read from the System Properties. Every listed property gets added to every Incident upon creation. Example: when configuring the enricher with the os.name property, every Incident will be extended with the value of this property, i.e. every incident will contain the name of the OS that is affected by the stated bug.

http://bugwerk.sourceforge.net/bugtrap/bugtrap-enrich/

Unnamed - junit:junit:jar:3.8.1

Base

The core library provides the basic data model, the ticket cache (TicketQueue) and necessary plugin interfaces.

http://bugwerk.sourceforge.net/bugtrap/bugtrap-base/

Log4j

Log4j

http://logging.apache.org/log4j/docs/

Blueprint Shared Lib

This package delivers contracts, interfaces and constants that are shared among the different BugWerk modules.

http://bugwerk.sourceforge.net/blueprint/

Logging

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

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

Codec

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/