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 |
---|---|---|---|---|---|
com.svnkit | svnkit | 1.1.0 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-io | commons-io | 1.4 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
org.apache.lucene | lucene-core | 2.3.1 | - | jar | |
org.apache.wicket | wicket-extensions | 1.3.2 | - | jar | |
org.jyaml | jyaml | 1.3 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.2 | - | jar | |
org.springframework | spring | 2.0.5 | - | 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 provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.mortbay.jetty | jetty-management | 6.1.4 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.4 | - | 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 | |
ch.ethz.ganymed | ganymed-ssh2 | build210 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
javax.servlet | servlet-api | 2.3 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
org.apache.wicket | wicket | 1.3.2 | - | jar | |
org.slf4j | slf4j-api | 1.4.2 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
mx4j | mx4j | 3.0.1 | - | jar | |
mx4j | mx4j-tools | 3.0.1 | - | jar | |
org.mortbay.jetty | jetty | 6.1.4 | - | jar | |
org.mortbay.jetty | servlet-api-2.5 | 6.1.4 | - | jar |
An application that gives you a full look through your version control repository.
http://vcaperture.sourceforge.net/
Wicket Extensions is a rich component library for the Wicket framework.
http://wicket.apache.org/wicket-extensions/wicket-jdk14/wicket-extensions
Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.
http://wicket.apache.org/wicket/wicket-jdk14/wicket
The only pure Java Subversion library in the world, formerly known as JavaSVN
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java
http://www.ganymed.ethz.ch/ssh2/
Apache Lucene Java Core
http://lucene.apache.org/java/lucene-core
JYaml is a Java library for Java object serialization using the Yaml format - a human-friendly format for structured documents (yaml.org).
Spring Framework
http://www.springframework.org
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
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/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
The slf4j log4j-12 binding
The slf4j API
Log4j
http://logging.apache.org/log4j/docs/
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.