Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.10 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-text | 1.8 | jar | Apache License, Version 2.0 |
org.apache.struts | struts2-core | 2.6-20200419.094131-295 | jar | The 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception |
junit | junit | 4.13 | jar | Eclipse Public License 1.0 |
mockobjects | mockobjects-core | 0.09 | jar | - |
mockobjects | mockobjects-jdk1.3-j2ee1.3 | 0.09 | jar | - |
org.apache.struts | struts2-junit-plugin | 2.6-20200419.094411-295 | jar | The Apache Software License, Version 2.0 |
org.assertj | assertj-core | 3.15.0 | jar | Apache License, Version 2.0 |
org.easymock | easymock | 4.2 | jar | Apache License, Version 2.0 |
org.springframework | spring-test | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-web | 4.3.26.RELEASE | jar | Apache 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
javax.servlet | servlet-api | 2.5 | jar | - |
javax.servlet.jsp | jsp-api | 2.1 | jar | - |
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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
commons-fileupload | commons-fileupload | 1.4 | jar | Apache License, Version 2.0 |
commons-io | commons-io | 2.6 | jar | Apache License, Version 2.0 |
ognl | ognl | 3.2.14 | jar | The Apache Software License, Version 2.0 |
org.apache.logging.log4j | log4j-api | 2.13.1 | jar | Apache License, Version 2.0 |
org.freemarker | freemarker | 2.3.30 | jar | Apache License, Version 2.0 |
org.javassist | javassist | 3.24.1-GA | jar | MPL 1.1LGPL 2.1Apache License 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 3.1 | jar | Apache License, Version 2.0 |
org.springframework | spring-aop | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-beans | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-context | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-core | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
org.springframework | spring-expression | 4.3.26.RELEASE | jar | Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.struts:struts2-json-plugin:jar:2.6-SNAPSHOT
- org.apache.struts:struts2-junit-plugin:jar:2.6-SNAPSHOT (test)
- org.springframework:spring-core:jar:4.3.26.RELEASE (test)
- commons-logging:commons-logging:jar:1.2 (test)
- org.springframework:spring-context:jar:4.3.26.RELEASE (test)
- org.springframework:spring-expression:jar:4.3.26.RELEASE (test)
- org.springframework:spring-core:jar:4.3.26.RELEASE (test)
- org.apache.commons:commons-lang3:jar:3.10 (compile)
- org.apache.commons:commons-text:jar:1.8 (compile)
- javax.servlet.jsp:jsp-api:jar:2.1 (provided)
- org.easymock:easymock:jar:4.2 (test)
- org.objenesis:objenesis:jar:3.1 (test)
- mockobjects:mockobjects-core:jar:0.09 (test)
- mockobjects:mockobjects-jdk1.3-j2ee1.3:jar:0.09 (test)
- org.springframework:spring-test:jar:4.3.26.RELEASE (test)
- org.springframework:spring-web:jar:4.3.26.RELEASE (test)
- org.springframework:spring-aop:jar:4.3.26.RELEASE (test)
- org.springframework:spring-beans:jar:4.3.26.RELEASE (test)
- org.assertj:assertj-core:jar:3.15.0 (test)
- javax.servlet:javax.servlet-api:jar:3.1.0 (test)
- org.apache.struts:struts2-core:jar:2.6-SNAPSHOT (compile)
- org.freemarker:freemarker:jar:2.3.30 (compile)
- ognl:ognl:jar:3.2.14 (compile)
- org.javassist:javassist:jar:3.24.1-GA (compile)
- org.apache.logging.log4j:log4j-api:jar:2.13.1 (compile)
- commons-fileupload:commons-fileupload:jar:1.4 (compile)
- commons-io:commons-io:jar:2.6 (compile)
- junit:junit:jar:4.13 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- javax.servlet:servlet-api:jar:2.5 (provided)
- org.apache.struts:struts2-junit-plugin:jar:2.6-SNAPSHOT (test)
Licenses
Unknown: jsp-api, mockobjects-core, mockobjects-jdk1.3-j2ee1.3, servlet-api
Apache License 2.0: Javassist
Eclipse Public License 1.0: JUnit
Apache License, Version 2.0: Apache Commons FileUpload, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Apache FreeMarker, Apache Log4j API, AssertJ fluent assertions, EasyMock, Objenesis, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web
LGPL 2.1: Javassist
CDDL + GPLv2 with classpath exception: Java Servlet API
MPL 1.1: Javassist
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Commons Logging, OGNL - Object Graph Navigation Library, Struts 2 Core, Struts 2 JSON Plugin, Struts 2 JUnit Plugin
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
commons-fileupload-1.4.jar | 72.4 kB | 67 | 49 | 6 | 1.6 | Yes |
commons-io-2.6.jar | 214.8 kB | 146 | 127 | 7 | 1.7 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
servlet-api-2.5.jar | 105.1 kB | 68 | 42 | 2 | 1.5 | Yes |
jsp-api-2.1.jar | 100.6 kB | 101 | 84 | 4 | 1.5 | Yes |
junit-4.13.jar | 381.8 kB | 387 | 348 | 32 | 1.5 | Yes |
mockobjects-core-0.09.jar | 56.2 kB | 67 | 60 | 4 | 1.2 | Yes |
mockobjects-jdk1.3-j2ee1.3-0.09.jar | 66.7 kB | 64 | 52 | 8 | 1.1 | Yes |
ognl-3.2.14.jar | 264 kB | 150 | 138 | 4 | 1.7 | Yes |
commons-lang3-3.10.jar | 523.4 kB | 314 | 288 | 14 | 1.8 | Yes |
commons-text-1.8.jar | 207 kB | 152 | 134 | 6 | 1.8 | Yes |
log4j-api-2.13.1.jar | 292.2 kB | 214 | 180 | 9 | - | Yes |
struts2-core-2.6-SNAPSHOT.jar | 1.5 MB | 1146 | 919 | 62 | 1.8 | Yes |
struts2-junit-plugin-2.6-SNAPSHOT.jar | 24 kB | 21 | 8 | 1 | 1.8 | Yes |
assertj-core-3.15.0.jar | 4.5 MB | 3119 | 3032 | 61 | - | Yes |
easymock-4.2.jar | 577.4 kB | 422 | 390 | 14 | 1.8 | Yes |
freemarker-2.3.30.jar | 1.7 MB | 1227 | 1202 | 17 | 1.8 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
javassist-3.24.1-GA.jar | 777.7 kB | 447 | 423 | 17 | 1.7 | Yes |
objenesis-3.1.jar | 60.4 kB | 64 | 48 | 10 | 1.8 | Yes |
spring-aop-4.3.26.RELEASE.jar | 380.1 kB | 306 | 269 | 17 | 1.6 | Yes |
spring-beans-4.3.26.RELEASE.jar | 764.5 kB | 463 | 408 | 15 | 1.6 | Yes |
spring-context-4.3.26.RELEASE.jar | 1.1 MB | 890 | 768 | 66 | 1.6 | Yes |
spring-core-4.3.26.RELEASE.jar | 1.1 MB | 844 | 795 | 42 | 1.6 | Yes |
spring-expression-4.3.26.RELEASE.jar | 275.8 kB | 164 | 150 | 6 | 1.6 | Yes |
spring-test-4.3.26.RELEASE.jar | 604.4 kB | 487 | 447 | 31 | 1.6 | Yes |
spring-web-4.3.26.RELEASE.jar | 829.3 kB | 614 | 565 | 37 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
28 | 16.8 MB | 12141 | 11078 | 501 | 1.8 | 28 |
compile: 9 | compile: 5.6 MB | compile: 3863 | compile: 3460 | compile: 142 | - | compile: 9 |
test: 17 | test: 11 MB | test: 8109 | test: 7492 | test: 353 | - | test: 17 |
provided: 2 | provided: 205.7 kB | provided: 169 | provided: 126 | provided: 6 | - | provided: 2 |