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
com.jujunie.servicejujunie-services1.0-SNAPSHOT-jar
commons-configurationcommons-configuration1.1-jar
commons-digestercommons-digester1.8-jar
commons-emailcommons-email1.0-jar
commons-httpclientcommons-httpclient3.0-jar
commons-iocommons-io1.3.1-jar
commons-langcommons-lang2.3-jar
org.hibernatehibernate3.1.3-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
antlrantlr2.7.6rc1-jar
asmasm1.5.3-jar
asmasm-attrs1.5.3-jar
cglibcglib2.1_3-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-beanutilscommons-beanutils-bean-collections1.7.0-jar
commons-beanutilscommons-beanutils-core1.7.0-jar
commons-codeccommons-codec1.2-jar
commons-collectionscommons-collections3.2-jar
commons-loggingcommons-logging1.0.4-jar
dom4jdom4j1.4-jar
dumbsterdumbster1.6-jar
ehcacheehcache1.1-jar
isorelaxisorelax20020414-jar
javax.activationactivation1.0.2-jar
javax.mailmail1.3.3-jar
javax.servletservlet-api2.4-jar
javax.transactionjta1.0.1B-jar
jaxenjaxen1.0-FCS-jar
log4jlog4j1.2.9-jar
msvmsv20020414-jar
relaxngDatatyperelaxngDatatype20020414-jar
saxpathsaxpath1.0-FCS-jar
velocityvelocity1.4-jar
xercesxercesImpl2.2.1-jar
xml-apisxml-apis1.0.b2-jar

runtime

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

GroupIdArtifactIdVersionClassifierTypeOptional
velocityvelocity-dep1.4-jar

Project Dependency Graph

Dependency Listings

Jujunie Integration - Core library

http://www.jujunie.com/application/integration

Jujunie Services

http://www.jujunie.com/application/services

Unnamed - log4j:log4j:jar:1.2.9

Velocity

Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.

http://jakarta.apache.org/velocity/

Velocity

Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.

http://jakarta.apache.org/velocity/

Commons Configuration

Tools to assist in the reading of configuration/preferences files in various formats

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

Unnamed - commons-beanutils:commons-beanutils-core:jar:1.7.0

Unnamed - commons-beanutils:commons-beanutils-bean-collections:jar:1.7.0

Unnamed - xerces:xercesImpl:jar:2.2.1

XML Commons External Components XML APIs

xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.

http://xml.apache.org/commons/#external

Unnamed - javax.servlet:servlet-api:jar:2.4

Digester

The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.

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

Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0

Commons Email

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

Dumbster: Fake SMTP Server

JavaMail API

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

HttpClient

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.

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

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.

IO

Commons-IO contains utility classes, stream implementations, file filters, and endian classes.

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

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/lang/

Hibernate

Relational Persistence for Java

http://www.hibernate.org

Ehcache

Ehcache is a pure Java, in-process cache with the following features: Fast, Simple, Acts as a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.

cglib

http://cglib.sourceforge.net/

asm

http://asm.objectweb.org/

asm-attrs

http://asm.objectweb.org/

Collections

Types that extend and augment the Java Collections Framework.

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

Unnamed - dom4j:dom4j:jar:1.4

Java Transaction API

The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.

http://java.sun.com/products/jta

Unnamed - antlr:antlr:jar:2.7.6rc1

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