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
sesatsesat-query-api2.19-SNAPSHOT-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
org.testngtestng5.6jdk15jar

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
avalon-frameworkavalon-framework4.1.3-jar
com.sun.jdmkjmxtools1.2.1-jar
com.sun.jmxjmxri1.2.1-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-collectionscommons-collections3.2-jar
commons-langcommons-lang2.3-jar
commons-loggingcommons-logging1.1-jar
javax.jmsjms1.1-jar
jepjep2.4.0-jar
log4jlog4j1.2.15-jar
logkitlogkit1.0.1-jar
opensymphonyoscache2.1.1-jar
sesatcommons-interpreter2.0-jar
sesatcommons-ioc2.9-SNAPSHOT-jar
sesatcommons-reference-map1.0-SNAPSHOT-jar
sesatcommons-reflect1.0-SNAPSHOT-jar
sesatcommons-visitor1.0-SNAPSHOT-jar
sesatsesat-httpclient-api2.19-SNAPSHOT-jar
sesatsesat-site-spi2.19-SNAPSHOT-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

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-httpclientcommons-httpclient2.0-jar
javax.activationactivation1.0.2-jar
javax.mailmail1.4-jar
javax.servletservlet-api2.4-jar

Project Dependency Graph

Dependency Listings

Sesat Query Transform Config SPI

This is the Sesam Search Application Toolkit. Aka Sesat. Read http://sesat.no/development-guidelines.html for developing help.

http://sesat.no/projects/sesat-kernel/sesat-query-transform-config-spi

TestNG

TestNG is a unit testing framework.

http://testng.org

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

Sesat Query API

This is the Sesam Search Application Toolkit. Aka Sesat. Read http://sesat.no/development-guidelines.html for developing help.

http://sesat.no/projects/sesat-kernel/sesat-query-api

Sesat Commons Visitor

A helper implementation of the Visitor pattern using java's reflection. This results in not having to add overloaded methods for each subclass of clause as this implementation will automatically find those overloaded methods without explicitly having to call them in each Clause class. This saves alot of work when adding new Clause subclasses. The overloaded method name is specified by VISIT_METHOD_IMPL. See http://www.javaworld.com/javaworld/javatips/jw-javatip98.html

https://sesat.no/sesat-commons/commons-reference-map/

Sesat Commons Reference Map

Weak and Soft Key+Value Reference Map implementation.

https://sesat.no/sesat-commons/commons-reference-map/

Sesat Site SPI

This is the Sesam Search Application Toolkit. Aka Sesat. Read http://sesat.no/development-guidelines.html for developing help.

http://sesat.no/projects/sesat-kernel/sesat-site-spi

Sesat Commons IoC

IoC - Inversion of Control. A light-weight, framework independant, implementation of the Inversion of Control pattern.

http://sesat.no/sesat-commons/commons-ioc/

Sesat HttpClient API

This is the Sesam Search Application Toolkit. Aka Sesat. Read http://sesat.no/development-guidelines.html for developing help.

http://sesat.no/projects/sesat-kernel/sesat-httpclient-api

Sesat Interpreter

This is a simple interpreter.

http://sesat.no/projects/sesat-commons/commons-interpreter

Unnamed - commons-httpclient:commons-httpclient:jar:2.0

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

Logging

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

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

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/

Unnamed - opensymphony:oscache:jar:2.1.1

Apache Log4j

Apache Log4j 1.2

http://logging.apache.org:80/log4j/1.2/

Unnamed - jep:jep:jar:2.4.0

Collections

Types that extend and augment the Java Collections Framework.

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