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-logging | commons-logging | 1.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
log4j | log4j | 1.2.13 | - | jar | |
org.wso2.commons.usermanager | usermanager-core | SNAPSHOT | - | 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 | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 3.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 | |
javax.servlet | servlet-api | 2.3 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
org.acegisecurity | acegi-security | 1.0.2 | - | jar | |
org.apache.derby | derby | 10.2.2.0 | - | 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 | SNAPSHOT | - | 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 |
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/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
Unnamed - javax.servlet:servlet-api:jar:2.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 - 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)}/
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/
Types that extend and augment the Java Collections Framework.