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
backport-util-concurrentbackport-util-concurrent2.2-jar
cglibcglib-nodep2.1_3-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-fileuploadcommons-fileupload1.2-jar
commons-iocommons-io1.3.1-jar
commons-langcommons-lang2.3-jar
commons-poolcommons-pool1.3-jar
hivemindhivemind1.1.1-jar
hivemindhivemind-lib1.1.1-jar
javax.servletservlet-api2.4-jar
ognlognl2.7-SNAPSHOT-jar
org.apache.tapestrytapestry-framework4.1.2-SNAPSHOT-jar
org.easymockeasymock2.2-jar
org.easymockeasymockclassextension2.2.2-jar
orooro2.0.8-jar

runtime

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

GroupIdArtifactIdVersionClassifierTypeOptional
jbossjavassist3.4.ga-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
antant1.6.5-jar
jettyorg.mortbay.jetty5.1.10-jar
junitjunit3.8.1-jar
org.openqa.selenium.client-driversselenium-java-client-driver0.9.2-20070427.224753-48-jar
org.openqa.selenium.coreselenium-core0.8.3-SNAPSHOT-jar
org.openqa.selenium.serverselenium-server0.9.2-SNAPSHOTstandalonejar
org.openqa.selenium.serverselenium-server0.9.2-20070427.224753-50-jar
org.openqa.selenium.serverselenium-server-coreless0.9.2-SNAPSHOT-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
avalon-frameworkavalon-framework4.1.3-jar
commons-loggingcommons-logging1.1-jar
log4jlog4j1.2.12-jar
logkitlogkit1.0.1-jar
org.mortbay.jettyjetty6.1.1-jar
org.mortbay.jettyjetty-util6.1.1-jar
org.mortbay.jettyservlet-api-2.56.1.1-jar
org.testngtestng5.5jdk15jar

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
backport-util-concurrentbackport-util-concurrent2.2-jar
cglibcglib-nodep2.1_3-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-fileuploadcommons-fileupload1.2-jar
commons-iocommons-io1.3.1-jar
commons-langcommons-lang2.3-jar
commons-poolcommons-pool1.3-jar
hivemindhivemind1.1.1-jar
hivemindhivemind-lib1.1.1-jar
javax.servletservlet-api2.4-jar
ognlognl2.7-SNAPSHOT-jar
org.apache.tapestrytapestry-framework4.1.2-SNAPSHOT-jar
org.easymockeasymock2.2-jar
org.easymockeasymockclassextension2.2.2-jar
orooro2.0.8-jar

runtime

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

GroupIdArtifactIdVersionClassifierTypeOptional
jbossjavassist3.4.ga-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
antant1.6.5-jar
jettyorg.mortbay.jetty5.1.10-jar
junitjunit3.8.1-jar
org.openqa.selenium.client-driversselenium-java-client-driver0.9.2-20070427.224753-48-jar
org.openqa.selenium.coreselenium-core0.8.3-SNAPSHOT-jar
org.openqa.selenium.serverselenium-server0.9.2-SNAPSHOTstandalonejar
org.openqa.selenium.serverselenium-server0.9.2-20070427.224753-50-jar
org.openqa.selenium.serverselenium-server-coreless0.9.2-SNAPSHOT-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
avalon-frameworkavalon-framework4.1.3-jar
commons-loggingcommons-logging1.1-jar
log4jlog4j1.2.12-jar
logkitlogkit1.0.1-jar
org.mortbay.jettyjetty6.1.1-jar
org.mortbay.jettyjetty-util6.1.1-jar
org.mortbay.jettyservlet-api-2.56.1.1-jar
org.testngtestng5.5jdk15jar

Project Dependency Graph

Dependency Listings

Tapestry Test

Tapestry Test Utilities

http://tapestry.apache.org/tapestry-test/

Project License: Apache Software License 2.0


Tapestry Core Library - 4.1.2-SNAPSHOT

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-framework

Project License: Apache Software License 2.0


cglib

http://cglib.sourceforge.net/

Project License: No project license is defined for this project.


IO

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

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

Project License: The Apache Software License, Version 2.0


Commons Pool

Commons Object Pooling Library

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

Project License: The Apache Software License, Version 2.0


Backport of JSR 166

Dawid Kurzyniec's backport of JSR 166

http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/

Project License: Public Domain


Javassist

Javassist (Java programming assistant) is a load-time reflective system for Java.

http://www.jboss.org/products/javassist

Project License: MPL 1.1


Unnamed - hivemind:hivemind:jar:1.1.1

Project License: No project license is defined for this project.


Unnamed - hivemind:hivemind-lib:jar:1.1.1

Project License: No project license is defined for this project.


Unnamed - oro:oro:jar:2.0.8

Project License: No project license is defined for this project.


EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

Project License: MIT License


EasyMock class extension

The EasyMock Class Extension allows to generate Mock Objects for classes

http://www.easymock.org

Project License: MIT License


TestNG

TestNG is a unit testing framework.

http://testng.org

Project License: Apache License, Version 2.0


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.

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

Project License: The Apache Software License, Version 2.0


OGNL - Object Graph Navigation Library

http://ognl.org

Project License: No project license is defined for this project.


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

Project License: No project license is defined for this project.


FileUpload

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

Project License: The Apache Software License, Version 2.0


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

Project License: No project license is defined for this project.


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/

Project License: The Apache Software License, Version 2.0


Selenium RC Java Client Driver

http://www.openqa.org/selenium-rc/selenium-client-drivers/selenium-java-client-driver

Project License: No project license is defined for this project.


Selenium RC Server

http://www.openqa.org/selenium-rc/selenium-server

Project License: No project license is defined for this project.


Unnamed - junit:junit:jar:3.8.1

Project License: No project license is defined for this project.


Selenium RC Server

http://www.openqa.org/selenium-rc/selenium-server

Project License: No project license is defined for this project.


Selenium Core

http://www.openqa.org/selenium-core

Project License: No project license is defined for this project.


Selenium RC Server (Coreless)

http://www.openqa.org/selenium-rc/selenium-server-coreless

Project License: No project license is defined for this project.


Jetty Server

http://jetty.mortbay.org

Project License: Apache License Version 2.0


Jetty Utilities

http://jetty.mortbay.org

Project License: Apache License Version 2.0


Servlet Specification 2.5 API

http://jetty.mortbay.org

Project License: Apache License Version 1.1


Licenses

Apache Software License 2.0: Tapestry Core Library - 4.1.2-SNAPSHOT, Tapestry Test

Public Domain: Backport of JSR 166

Unknown: OGNL - Object Graph Navigation Library, Selenium Core, Selenium RC Java Client Driver, Selenium RC Server, Selenium RC Server, Selenium RC Server (Coreless), Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0, Unnamed - hivemind:hivemind-lib:jar:1.1.1, Unnamed - hivemind:hivemind:jar:1.1.1, Unnamed - javax.servlet:servlet-api:jar:2.4, Unnamed - junit:junit:jar:3.8.1, Unnamed - oro:oro:jar:2.0.8, cglib

Apache License Version 1.1: Servlet Specification 2.5 API

Apache License, Version 2.0: TestNG

MPL 1.1: Javassist

MIT License: EasyMock, EasyMock class extension

The Apache Software License, Version 2.0: Codec, Commons Pool, FileUpload, IO, Lang

Apache License Version 2.0: Jetty Server, Jetty Utilities

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebugSealed
ant-1.6.5.jar1,034,049616576251.2debug-
avalon-framework-4.1.3.jar63,9668563101.2debug-
backport-util-concurrent-2.2.jar326,31925123951.4debug-
cglib-nodep-2.1_3.jar324,238262258101.1debug-
commons-beanutils-1.7.0.jar188,67112911151.2debug-
commons-codec-1.3.jar46,725422551.2debug-
commons-fileupload-1.2.jar53,082574051.3debug-
commons-io-1.3.1.jar83,613695841.1debug-
commons-lang-2.3.jar245,27414012491.1debug-
commons-logging-1.1.jar52,915342521.1debug-
commons-pool-1.3.jar62,086483921.3debug-
hivemind-1.1.1.jar386,591342303191.1debug-
hivemind-lib-1.1.1.jar74,662775781.1debug-
servlet-api-2.4.jar97,693674221.2debug-
javassist-3.4.ga.jar471,005279262151.2debug-
org.mortbay.jetty-5.1.10.jar676,858317294121.2debugsealed
junit-3.8.1.jar121,07011910061.1debug-
log4j-1.2.12.jar358,085283253191.1debug-
logkit-1.0.1.jar72,1508567101.2debug-
ognl-2.7-SNAPSHOT.jar232,78713812821.4debug-
tapestry-framework-4.1.2-SNAPSHOT.jar2,372,2322,000914521.4debug-
tapestry-test-4.1.2-SNAPSHOT.jar16,91818711.5debug-
easymock-2.2.jar62,696655931.5debug-
easymockclassextension-2.2.2.jar44,584464391.5debug-
jetty-6.1.1.jar460,758229202131.4debug-
jetty-util-6.1.1.jar116,015816661.4debug-
servlet-api-2.5-6.1.1.jar131,983784221.4debug-
selenium-java-client-driver-0.9.2-SNAPSHOT.jar21,099221211.4debug-
selenium-core-0.8.3-SNAPSHOT.jar1,556,740476001.0release-
selenium-server-0.9.2-SNAPSHOT-standalone.jar3,625,8321,6081,001461.5debug-
selenium-server-0.9.2-SNAPSHOT-standalone.jar3,625,8321,6081,001461.5debug-
selenium-server-coreless-0.9.2-SNAPSHOT.jar228,5851177151.5debug-
testng-5.5-jdk15.jar791,105575461341.5debug-
oro-2.0.8.jar65,261746261.2release-
34 total dependencies18,091,47910,4377,0053991.5321

Dependency Repository Locations

Repo IDURLReleaseSnapshot
apache.snapshotshttp://people.apache.org/maven-snapshot-repository-Yes
openqahttp://maven.openqa.orgYesYes
tapestry.javaforgehttp://howardlewisship.com/repositoryYesYes
centralhttp://repo1.maven.org/maven2Yes-

Repository locations for each of the Dependencies.

Artifactapache.snapshotsopenqatapestry.javaforgecentral
ant:ant:jar:1.6.5---Found at http://repo1.maven.org/maven2
avalon-framework:avalon-framework:jar:4.1.3---Found at http://repo1.maven.org/maven2
backport-util-concurrent:backport-util-concurrent:jar:2.2---Found at http://repo1.maven.org/maven2
cglib:cglib-nodep:jar:2.1_3---Found at http://repo1.maven.org/maven2
commons-beanutils:commons-beanutils:jar:1.7.0---Found at http://repo1.maven.org/maven2
commons-codec:commons-codec:jar:1.3---Found at http://repo1.maven.org/maven2
commons-fileupload:commons-fileupload:jar:1.2---Found at http://repo1.maven.org/maven2
commons-io:commons-io:jar:1.3.1---Found at http://repo1.maven.org/maven2
commons-lang:commons-lang:jar:2.3---Found at http://repo1.maven.org/maven2
commons-logging:commons-logging:jar:1.1---Found at http://repo1.maven.org/maven2
commons-pool:commons-pool:jar:1.3---Found at http://repo1.maven.org/maven2
hivemind:hivemind:jar:1.1.1---Found at http://repo1.maven.org/maven2
hivemind:hivemind-lib:jar:1.1.1---Found at http://repo1.maven.org/maven2
javax.servlet:servlet-api:jar:2.4---Found at http://repo1.maven.org/maven2
jboss:javassist:jar:3.4.ga---Found at http://repo1.maven.org/maven2
jetty:org.mortbay.jetty:jar:5.1.10---Found at http://repo1.maven.org/maven2
junit:junit:jar:3.8.1---Found at http://repo1.maven.org/maven2
log4j:log4j:jar:1.2.12---Found at http://repo1.maven.org/maven2
logkit:logkit:jar:1.0.1---Found at http://repo1.maven.org/maven2
ognl:ognl:jar:2.7-SNAPSHOT----
org.apache.tapestry:tapestry-framework:jar:4.1.2-SNAPSHOT----
org.apache.tapestry:tapestry-test:jar:4.1.2-SNAPSHOT----
org.easymock:easymock:jar:2.2---Found at http://repo1.maven.org/maven2
org.easymock:easymockclassextension:jar:2.2.2---Found at http://repo1.maven.org/maven2
org.mortbay.jetty:jetty:jar:6.1.1---Found at http://repo1.maven.org/maven2
org.mortbay.jetty:jetty-util:jar:6.1.1---Found at http://repo1.maven.org/maven2
org.mortbay.jetty:servlet-api-2.5:jar:6.1.1---Found at http://repo1.maven.org/maven2
org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.9.2-20070427.224753-48-Found at http://maven.openqa.org--
org.openqa.selenium.core:selenium-core:jar:0.8.3-SNAPSHOT----
org.openqa.selenium.server:selenium-server:jar:standalone:0.9.2-SNAPSHOT----
org.openqa.selenium.server:selenium-server:jar:0.9.2-20070427.224753-50-Found at http://maven.openqa.org--
org.openqa.selenium.server:selenium-server-coreless:jar:0.9.2-SNAPSHOT----
org.testng:testng:jar:jdk15:5.5--Found at http://howardlewisship.com/repositoryFound at http://repo1.maven.org/maven2
oro:oro:jar:2.0.8---Found at http://repo1.maven.org/maven2