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-fileupload | commons-fileupload | 1.1.1 | - | jar | |
commons-httpclient | commons-httpclient | 3.0.1 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
hsqldb | hsqldb | 1.8.0 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
javax.servlet | servlet-api | 2.3 | - | jar | |
jaxen | jaxen | 1.1.1 | - | jar | |
log4j | log4j | 1.2.13 | - | jar | |
org.apache.abdera | abdera-client | 0.395 | - | jar | |
org.apache.abdera | abdera-core | 0.395 | - | jar | |
org.apache.abdera | abdera-parser | 0.395 | - | jar | |
org.apache.abdera | abdera-protocol | 0.395 | - | jar | |
org.apache.abdera | abdera-server | 0.395 | - | jar | |
org.apache.ws.commons.axiom | axiom-api | 1.2.5 | - | jar | |
org.apache.ws.commons.axiom | axiom-impl | 1.2.5 | - | jar | |
org.apache.ws.commons.schema | XmlSchema | 1.3.3 | - | jar | |
org.mortbay.jetty | jetty | 6.1.5 | - | jar | |
org.wso2.commons.usermanager | usermanager-core | 0.61 | - | jar | |
stax | stax-api | 1.0.1 | - | jar | |
wsdl4j | wsdl4j | 1.6.2 | - | jar | |
xml-apis | xml-apis | 1.3.04 | - | 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 |
---|---|---|---|---|---|
org.codehaus.woodstox | wstx-asl | 3.2.1 | - | 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.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 compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
com.ibm.icu | icu4j | 2.6.1 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-dbcp | commons-dbcp | 1.2.2 | - | jar | |
commons-io | commons-io | 1.1 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging-api | 1.0.4 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
org.acegisecurity | acegi-security | 1.0.2 | - | jar | |
org.apache.abdera | abdera-i18n | 0.395 | - | jar | |
org.apache.derby | derby | 10.2.2.0 | - | jar | |
org.apache.geronimo.specs | geronimo-activation_1.0.2_spec | 1.1 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.5 | - | jar | |
org.mortbay.jetty | servlet-api-2.5 | 6.1.5 | - | jar | |
org.springframework | spring-aop | 1.2.7 | - | jar | |
org.springframework | spring-beans | 1.2.7 | - | jar | |
org.springframework | spring-context | 1.2.7 | - | jar | |
org.springframework | spring-core | 1.2.7 | - | jar | |
org.springframework | spring-dao | 1.2.7 | - | jar | |
org.springframework | spring-jdbc | 1.2.7 | - | jar | |
org.springframework | spring-remoting | 1.2.7 | - | jar | |
org.springframework | spring-web | 1.2.7 | - | jar | |
org.springframework | spring-webmvc | 1.2.7 | - | jar | |
org.wso2.commons.usermanager | usermanager-configs | 0.61 | - | jar | |
oro | oro | 2.0.8 | - | jar | |
tomcat | naming-factory | 5.5.15 | - | jar | |
tomcat | naming-factory-dbcp | 5.5.15 | - | jar | |
tomcat | naming-resources | 5.5.15 | - | jar | |
xalan | xalan | 2.6.0 | - | jar | |
xerces | xercesImpl | 2.6.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar | |
xom | xom | 1.0 | - | 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 |
---|---|---|---|---|---|
org.springframework | spring-support | 1.2.7 | - | jar |
http://wso2.org/projects/registry/wso2registry-documentation
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.
Log4j
http://logging.apache.org/log4j/docs/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
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
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Unnamed - hsqldb:hsqldb:pom:1.8.0
Unnamed - javax.servlet:servlet-api:jar:2.3
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)}/
Unnamed - tomcat:naming-factory:jar:5.5.15
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://tomcat.apache.org/naming-factory
Unnamed - commons-logging:commons-logging-api:jar:1.0.4
Unnamed - tomcat:naming-factory-dbcp:jar:5.5.15
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://tomcat.apache.org/naming-factory-dbcp
Unnamed - tomcat:naming-resources:jar:5.5.15
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://tomcat.apache.org/naming-resources
Acegi Security System for Spring
Acegi Security System for Spring
http://acegisecurity.org/acegi-security
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/${pom.artifactId.substring(8)}/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Atom Publishing Protocol Client Implementation
http://incubator.apache.org/abdera
Atom Specification Implementation Core
http://incubator.apache.org/abdera
RFC 3987 (Internationlaized Resource Identifier) libraries.
http://incubator.apache.org/abdera
Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.
http://geronimo.apache.org/geronimo-activation_1.0.2_spec
Atom Publishing Protocol Implementation Core
http://incubator.apache.org/abdera
Atom Specification Implementation Parser
http://incubator.apache.org/abdera
Atom Publishing Protocol Specification Server-Side Implementation
http://incubator.apache.org/abdera
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/
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/
The Axiom API
http://ws.apache.org/commons/axiom/modules/axiom-api
The Axiom default implementation.
http://ws.apache.org/commons/axiom/modules/axiom-impl
StAX API is the standard java XML processing API defined by JSR-173
Woodstox is a high-performance XML processor that implements Stax (JSR-173) API
Jaxen is a universal Java XPath engine.
dom4j: the flexible XML framework for Java
Unnamed - xerces:xercesImpl:jar:2.6.2
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - xalan:xalan:jar:2.6.0
Unnamed - com.ibm.icu:icu4j:jar:2.6.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/components/external/
Unnamed - wsdl4j:wsdl4j:jar:1.6.2
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.
http://ws.apache.org/commons/XmlSchema
Jetty server core
Utility classes for Jetty
Servlet Specification 2.5 API