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.shiro | shiro-core | 1.4.0-RC2 | jar | Apache License, Version 2.0 |
org.apache.shiro | shiro-ehcache | 1.4.0-RC2 | jar | Apache License, Version 2.0 |
org.apache.shiro | shiro-spring | 1.4.0-RC2 | jar | Apache License, Version 2.0 |
org.apache.shiro | shiro-web | 1.4.0-RC2 | jar | Apache License, Version 2.0 |
org.apache.shiro.samples | samples-spring-client | 1.4.0-RC2 | jar | Apache License, Version 2.0 |
org.springframework | spring-context | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-jdbc | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-webmvc | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
hsqldb | hsqldb | 1.8.0.7 | jar | HSQLDB License |
javax.servlet | jstl | 1.2 | jar | - |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.slf4j | jcl-over-slf4j | 1.7.21 | jar | MIT License |
org.slf4j | slf4j-log4j12 | 1.7.21 | jar | MIT License |
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 |
---|---|---|---|---|
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.codehaus.groovy | groovy-all | 2.4.7 | jar | The Apache Software License, Version 2.0 |
org.easymock | easymock | 3.4 | jar | Apache 2 |
org.hamcrest | java-hamcrest | 2.0.0.0 | jar | BSD Licence 3 |
org.powermock | powermock-api-easymock | 1.6.6 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-module-junit4 | 1.6.6 | jar | The Apache Software License, Version 2.0 |
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 | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception |
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 | Type | Licenses | Optional |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain | No |
commons-beanutils | commons-beanutils | 1.9.3 | jar | Apache License, Version 2.0 | No |
commons-collections | commons-collections | 3.2.2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-cache | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-config-core | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-config-ogdl | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-crypto-cipher | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-crypto-core | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-crypto-hash | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-event | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.apache.shiro | shiro-lang | 1.4.0-RC2 | jar | Apache License, Version 2.0 | No |
org.slf4j | slf4j-api | 1.7.21 | jar | MIT License | No |
org.springframework | spring-aop | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-beans | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-core | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-expression | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-tx | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 | No |
org.springframework | spring-web | 3.2.17.RELEASE | jar | The Apache Software License, Version 2.0 | No |
net.sf.ehcache | ehcache-core | 2.6.11 | jar | src/assemble/EHCACHE-CORE-LICENSE.txt | Yes |
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 |
---|---|---|---|---|
cglib | cglib-nodep | 2.2.2 | jar | ASF 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.javassist | javassist | 3.21.0-GA | jar | MPL 1.1-LGPL 2.1-Apache License 2.0 |
org.objenesis | objenesis | 2.2 | jar | Apache 2 |
org.powermock | powermock-api-support | 1.6.6 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-core | 1.6.6 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-module-junit4-common | 1.6.6 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-reflect | 1.6.6 | jar | The Apache Software License, Version 2.0 |
Eclipse Public License 1.0: JUnit
MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module, SLF4J LOG4J-12 Binding
ASF 2.0: Code Generation Library
Public Domain: AOP alliance
New BSD License: Hamcrest Core
HSQLDB License: HSQLDB
BSD Licence 3: Java Hamcrest
Apache 2: EasyMock, Objenesis
Unknown: jstl
Apache License 2.0: Javassist
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Shiro :: Cache, Apache Shiro :: Configuration :: Core, Apache Shiro :: Configuration :: OGDL, Apache Shiro :: Core, Apache Shiro :: Cryptography :: Ciphers, Apache Shiro :: Cryptography :: Core, Apache Shiro :: Cryptography :: Hashing, Apache Shiro :: Event, Apache Shiro :: Lang, Apache Shiro :: Samples :: Spring, Apache Shiro :: Samples :: Spring Client, Apache Shiro :: Support :: EHCache, Apache Shiro :: Support :: Spring, Apache Shiro :: Web
LGPL 2.1: Javassist
CDDL + GPLv2 with classpath exception: Java Servlet API
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Apache Groovy, Apache Log4j, Ehcache Core, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring JDBC, Spring Transaction, Spring Web, Spring Web MVC, powermock-api-easymock, powermock-api-support, powermock-core, powermock-module-junit4, powermock-module-junit4-common, powermock-reflect
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
cglib-nodep-2.2.2.jar | 326.9 kB | 255 | 251 | 9 | 1.2 | Yes |
commons-beanutils-1.9.3.jar | 246.2 kB | 154 | 137 | 5 | 1.6 | Yes |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
hsqldb-1.8.0.7.jar | 643.7 kB | 340 | 301 | 13 | 1.2 | No |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
jstl-1.2.jar | 414.2 kB | 341 | 279 | 27 | 1.5 | Yes |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
log4j-1.2.17.jar | 489.9 kB | 353 | 314 | 21 | 1.4 | Yes |
cache/target/classes | - | 0 | 0 | 0 | - | No |
core/target/classes | - | 0 | 0 | 0 | - | No |
ogdl/target/classes | - | 0 | 0 | 0 | - | No |
core/target/classes | - | 0 | 0 | 0 | - | No |
cipher/target/classes | - | 0 | 0 | 0 | - | No |
core/target/classes | - | 0 | 0 | 0 | - | No |
hash/target/classes | - | 0 | 0 | 0 | - | No |
ehcache/target/classes | - | 0 | 0 | 0 | - | No |
event/target/classes | - | 0 | 0 | 0 | - | No |
lang/target/classes | - | 0 | 0 | 0 | - | No |
spring/target/classes | - | 0 | 0 | 0 | - | No |
web/target/classes | - | 0 | 0 | 0 | - | No |
spring-client/target/classes | - | 0 | 0 | 0 | - | No |
groovy-all-2.4.7.jar | 7 MB | 4654 | 4408 | 116 | 1.7 | Yes |
easymock-3.4.jar | 474.3 kB | 374 | 349 | 12 | 1.5 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
java-hamcrest-2.0.0.0.jar | 112.9 kB | 115 | 101 | 11 | 1.7 | Yes |
javassist-3.21.0-GA.jar | 734.8 kB | 423 | 399 | 17 | 1.6 | Yes |
objenesis-2.2.jar | 52.6 kB | 57 | 42 | 9 | 1.5 | Yes |
powermock-api-easymock-1.6.6.jar | 53.2 kB | 61 | 39 | 11 | 1.6 | Yes |
powermock-api-support-1.6.6.jar | 20.9 kB | 31 | 15 | 5 | 1.6 | Yes |
powermock-core-1.6.6.jar | 122.2 kB | 126 | 97 | 19 | 1.6 | Yes |
powermock-module-junit4-1.6.6.jar | 46.1 kB | 39 | 25 | 3 | 1.6 | Yes |
powermock-module-junit4-common-1.6.6.jar | 15.9 kB | 23 | 9 | 2 | 1.6 | Yes |
powermock-reflect-1.6.6.jar | 59.6 kB | 50 | 33 | 8 | 1.6 | Yes |
jcl-over-slf4j-1.7.21.jar | 16.4 kB | 23 | 9 | 2 | 1.5 | Yes |
slf4j-api-1.7.21.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-log4j12-1.7.21.jar | 10 kB | 16 | 6 | 1 | 1.5 | Yes |
spring-aop-3.2.17.RELEASE.jar | 338.9 kB | 282 | 252 | 15 | 1.5 | Yes |
spring-beans-3.2.17.RELEASE.jar | 614.4 kB | 401 | 358 | 14 | 1.5 | Yes |
spring-context-3.2.17.RELEASE.jar | 868.6 kB | 737 | 633 | 67 | 1.5 | Yes |
spring-core-3.2.17.RELEASE.jar | 886 kB | 686 | 648 | 32 | 1.5 | Yes |
spring-expression-3.2.17.RELEASE.jar | 196.6 kB | 140 | 128 | 6 | 1.5 | Yes |
spring-jdbc-3.2.17.RELEASE.jar | 406.4 kB | 328 | 296 | 18 | 1.5 | Yes |
spring-tx-3.2.17.RELEASE.jar | 242.6 kB | 233 | 197 | 20 | 1.5 | Yes |
spring-web-3.2.17.RELEASE.jar | 631.8 kB | 490 | 442 | 35 | 1.5 | Yes |
spring-webmvc-3.2.17.RELEASE.jar | 645.6 kB | 401 | 353 | 28 | 1.5 | Yes |
ehcache-core-2.6.11.jar | 1.3 MB | 1042 | 961 | 65 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
47 | 18.1 MB | 13198 | 11995 | 646 | 1.7 | 33 |
compile: 27 | compile: 7.1 MB | compile: 5439 | compile: 4908 | compile: 323 | - | compile: 14 |
test: 14 | test: 9.4 MB | test: 6583 | test: 6099 | test: 255 | - | test: 14 |
runtime: 5 | runtime: 1.6 MB | runtime: 1073 | runtime: 909 | runtime: 64 | - | runtime: 4 |
provided: 1 | provided: 95.8 kB | provided: 103 | provided: 79 | provided: 4 | - | provided: 1 |