UI-Component Sets

Project Dependencies

compile

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

GroupIdArtifactIdVersionTypeLicense
commons-loggingcommons-logging1.1.1jarThe Apache Software License, Version 2.0

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:

GroupIdArtifactIdVersionClassifierTypeLicense
commons-beanutilscommons-beanutils1.8.3-jarThe Apache Software License, Version 2.0
jmockjmock1.2.0-jarBSD
jmockjmock-cglib1.2.0-jarBSD
org.apache.shaleshale-test1.0.4-jarThe Apache Software License, Version 2.0
org.easymockeasymock2.3-jarMIT License
org.easymockeasymockclassextension2.3-jarMIT License
org.testngtestng5.1jdk15jarApache License, Version 2.0

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:

GroupIdArtifactIdVersionTypeLicense
javax.servletjstl1.2jar-
javax.servletservlet-api2.5jar-
javax.servlet.jspjsp-api2.1jar-
org.apache.myfaces.buildtoolsmyfaces-builder-annotations1.0.7jarThe Apache Software License, Version 2.0

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

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:

GroupIdArtifactIdVersionTypeLicense
cglibcglib-nodep2.1_3jar-
junitjunit3.8.1jarCommon Public License Version 1.0

Project Dependency Graph

Dependency Tree

  • org.apache.myfaces.core:myfaces-api:jar:1.2.13-SNAPSHOT Information
    • javax.servlet:servlet-api:jar:2.5 (provided) Information
    • javax.servlet.jsp:jsp-api:jar:2.1 (provided) Information
    • javax.servlet:jstl:jar:1.2 (provided) Information
    • commons-logging:commons-logging:jar:1.1.1 (compile) Information
    • org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.7 (provided) Information
    • org.testng:testng:jar:jdk15:5.1 (test) Information
      • junit:junit:jar:3.8.1 (test) Information
    • org.apache.shale:shale-test:jar:1.0.4 (test) Information
      • junit:junit:jar:3.8.1 (test) Information
    • org.easymock:easymock:jar:2.3 (test) Information
    • org.easymock:easymockclassextension:jar:2.3 (test) Information
      • org.easymock:easymock:jar:2.3 (test) Information
      • cglib:cglib-nodep:jar:2.1_3 (test) Information
    • jmock:jmock:jar:1.2.0 (test) Information
      • junit:junit:jar:3.8.1 (test) Information
    • jmock:jmock-cglib:jar:1.2.0 (test) Information
      • jmock:jmock:jar:1.2.0 (test) Information
      • cglib:cglib-nodep:jar:2.1_3 (test) Information
    • commons-beanutils:commons-beanutils:jar:1.8.3 (test) Information

Licenses

Unknown: cglib, jsp-api, jstl, servlet-api

BSD: jMock, jMock CGLIB extension

Apache License, Version 2.0: TestNG

Common Public License Version 1.0: JUnit

MIT License: EasyMock, EasyMock class extension

The Apache Software License, Version 2.0: Apache MyFaces Buildtools Maven2 Builder Annotations, Apache Myfaces JSF Core-1.2 API, Commons BeanUtils, Commons Logging, Shale Test Framework

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
cglib-nodep-2.1_3.jar316.64 kB262258101.1debug
commons-beanutils-1.8.3.jar226.58 kB15513761.3debug
commons-logging-1.1.1.jar59.26 kB422821.1debug
jstl-1.2.jar404.53 kB341279271.5debug
servlet-api-2.5.jar102.65 kB684221.5debug
jsp-api-2.1.jar98.28 kB1018441.5debug
jmock-1.2.0.jar104.23 kB11911781.3debug
jmock-cglib-1.2.0.jar3.53 kB5311.3debug
junit-3.8.1.jar118.23 kB11910061.1debug
myfaces-builder-annotations-1.0.7.jar20.34 kB382011.5release
shale-test-1.0.4.jar102.05 kB735461.4debug
easymock-2.3.jar69.63 kB796831.5debug
easymockclassextension-2.3.jar50.07 kB4946101.5debug
testng-5.1-jdk15.jar675.98 kB523412311.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
142.30 MB1,9741,6481171.513
compile: 1compile: 59.26 kBcompile: 42compile: 28compile: 2-compile: 1
test: 9test: 1.63 MBtest: 1,384test: 1,195test: 81-test: 9
provided: 4provided: 625.80 kBprovided: 548provided: 425provided: 34-provided: 3

Dependency Repository Locations

Repo IDURLReleaseSnapshotBlacklisted
apache.snapshotshttp://repository.apache.org/snapshots-Yes-
tomcathttp://tomcat.apache.org/dev/dist/m2-repositoryYesYesYes
java.nethttp://download.java.net/maven/2YesYes-
centralhttp://repo1.maven.org/maven2Yes--

Repository locations for each of the Dependencies.

Artifactapache.snapshotsjava.netcentral
cglib:cglib-nodep:jar:2.1_3--Found at http://repo1.maven.org/maven2
commons-beanutils:commons-beanutils:jar:1.8.3--Found at http://repo1.maven.org/maven2
commons-logging:commons-logging:jar:1.1.1--Found at http://repo1.maven.org/maven2
javax.servlet:jstl:jar:1.2--Found at http://repo1.maven.org/maven2
javax.servlet:servlet-api:jar:2.5--Found at http://repo1.maven.org/maven2
javax.servlet.jsp:jsp-api:jar:2.1--Found at http://repo1.maven.org/maven2
jmock:jmock:jar:1.2.0--Found at http://repo1.maven.org/maven2
jmock:jmock-cglib:jar:1.2.0--Found at http://repo1.maven.org/maven2
junit:junit:jar:3.8.1-Found at http://download.java.net/maven/2Found at http://repo1.maven.org/maven2
org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.7--Found at http://repo1.maven.org/maven2
org.apache.shale:shale-test:jar:1.0.4--Found at http://repo1.maven.org/maven2
org.easymock:easymock:jar:2.3--Found at http://repo1.maven.org/maven2
org.easymock:easymockclassextension:jar:2.3--Found at http://repo1.maven.org/maven2
org.testng:testng:jar:jdk15:5.1--Found at http://repo1.maven.org/maven2
Totalapache.snapshotsjava.netcentral
14 (compile: 1, test: 9, provided: 4)0114