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
edu.uiuc.ncsa.security servlet 6.3.1 jar Apache license
edu.uiuc.ncsa.security storage 6.3.1 jar Apache license

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
com.nimbusds nimbus-jose-jwt 10.0.2 jar The Apache Software License, Version 2.0
com.typesafe config 1.4.3 jar -
commons-beanutils commons-beanutils 1.11.0 jar Apache-2.0
commons-codec commons-codec 1.17.1 jar Apache-2.0
commons-collections commons-collections 3.2.2 jar Apache License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
edu.uiuc.ncsa.security core 6.3.1 jar Apache license
edu.uiuc.ncsa.security crypt8 5.4.3 jar -
edu.uiuc.ncsa.security util 6.3.1 jar Apache license
javax.inject javax.inject 1 jar The Apache Software License, Version 2.0
junit junit 4.13.2 jar Eclipse Public License 1.0
org.apache.commons commons-collections4 4.5.0 jar Apache-2.0
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0
org.apache.httpcomponents httpclient 4.5.14 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.16 jar Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.jasypt jasypt 1.9.2 jar The Apache Software License, Version 2.0
org.jline jline 3.26.1 jar The BSD License
org.kordamp.ezmorph ezmorph-core 3.2.0 jar Apache-2.0
org.kordamp.json json-lib-core 3.2.0 jar Apache-2.0
org.reactivestreams reactive-streams 1.0.4 jar MIT-0
org.slf4j jcl-over-slf4j 2.0.17 jar Apache-2.0
org.slf4j slf4j-api 2.0.17 jar MIT
software.amazon.awssdk annotations 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk auth 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk aws-core 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk aws-json-protocol 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk checksums 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk checksums-spi 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk dynamodb 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk endpoints-spi 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk http-auth 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk http-auth-aws 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk http-auth-spi 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk http-client-spi 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk identity-spi 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk json-utils 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk metrics-spi 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk profiles 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk protocol-core 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk regions 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk sdk-core 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk third-party-jackson-core 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk utils 2.25.35 jar Apache License, Version 2.0
software.amazon.eventstream eventstream 1.0.1 jar Apache License, Version 2.0
xerces xercesImpl 2.12.2 jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.4.01 jar The Apache Software License, Version 2.0The SAX LicenseThe W3C License
xom xom 1.3.9 jar The GNU Lesser General Public License, Version 2.1

runtime

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

GroupId ArtifactId Version Type Licenses
io.netty netty-buffer 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-codec 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-codec-http 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-codec-http2 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-common 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-handler 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-resolver 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-transport 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-transport-classes-epoll 4.1.108.Final jar Apache License, Version 2.0
io.netty netty-transport-native-unix-common 4.1.108.Final jar Apache License, Version 2.0
software.amazon.awssdk apache-client 2.25.35 jar Apache License, Version 2.0
software.amazon.awssdk netty-nio-client 2.25.35 jar Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

  • org.cilogon:website:pom:6.3.1 [Information]
    • edu.uiuc.ncsa.security:storage:jar:6.3.1 (compile) [Information]
      • edu.uiuc.ncsa.security:util:jar:6.3.1 (compile) [Information]
        • com.nimbusds:nimbus-jose-jwt:jar:10.0.2 (compile) [Information]
        • commons-codec:commons-codec:jar:1.17.1 (compile) [Information]
        • org.kordamp.json:json-lib-core:jar:3.2.0 (compile) [Information]
          • junit:junit:jar:4.13.2 (compile) [Information]
            • org.hamcrest:hamcrest-core:jar:1.3 (compile) [Information]
          • commons-beanutils:commons-beanutils:jar:1.11.0 (compile) [Information]
          • org.apache.commons:commons-collections4:jar:4.5.0 (compile) [Information]
          • org.apache.commons:commons-lang3:jar:3.17.0 (compile) [Information]
          • org.slf4j:slf4j-api:jar:2.0.17 (compile) [Information]
          • org.slf4j:jcl-over-slf4j:jar:2.0.17 (compile) [Information]
          • xom:xom:jar:1.3.9 (compile) [Information]
            • xerces:xercesImpl:jar:2.12.2 (compile) [Information]
              • xml-apis:xml-apis:jar:1.4.01 (compile) [Information]
          • org.kordamp.ezmorph:ezmorph-core:jar:3.2.0 (compile) [Information]
        • org.jline:jline:jar:3.26.1 (compile) [Information]
        • org.jasypt:jasypt:jar:1.9.2 (compile) [Information]
        • edu.uiuc.ncsa.security:crypt8:jar:5.4.3 (compile) [Information]
      • software.amazon.awssdk:dynamodb:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:aws-json-protocol:jar:2.25.35 (compile) [Information]
          • software.amazon.awssdk:third-party-jackson-core:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:protocol-core:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:profiles:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:http-auth-aws:jar:2.25.35 (compile) [Information]
          • software.amazon.awssdk:checksums-spi:jar:2.25.35 (compile) [Information]
          • software.amazon.awssdk:checksums:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:sdk-core:jar:2.25.35 (compile) [Information]
          • org.reactivestreams:reactive-streams:jar:1.0.4 (compile) [Information]
        • software.amazon.awssdk:auth:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:http-auth-spi:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:http-auth:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:identity-spi:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:http-client-spi:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:regions:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:annotations:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:utils:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:aws-core:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:metrics-spi:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:json-utils:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:endpoints-spi:jar:2.25.35 (compile) [Information]
        • software.amazon.awssdk:apache-client:jar:2.25.35 (runtime) [Information]
        • software.amazon.awssdk:netty-nio-client:jar:2.25.35 (runtime) [Information]
          • io.netty:netty-codec-http:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-codec-http2:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-codec:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-transport:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-common:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-buffer:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-handler:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-transport-classes-epoll:jar:4.1.108.Final (runtime) [Information]
          • io.netty:netty-resolver:jar:4.1.108.Final (runtime) [Information]
      • edu.uiuc.ncsa.security:core:jar:6.3.1 (compile) [Information]
      • com.typesafe:config:jar:1.4.3 (compile) [Information]
    • edu.uiuc.ncsa.security:servlet:jar:6.3.1 (compile) [Information]

Licenses

Apache license: core, servlet, storage, util

The SAX License: XML Commons External Components XML APIs

MIT-0: reactive-streams

Eclipse Public License 1.0: JUnit

The BSD License: JLine Bundle

The W3C License: XML Commons External Components XML APIs

New BSD License: Hamcrest Core

The GNU Lesser General Public License, Version 2.1: XOM

Unknown: crypt8, website

Apache-2.0: Apache Commons BeanUtils, Apache Commons Codec, Apache Commons Collections, Apache Commons Lang, JCL 1.2 implemented over SLF4J, Json-lib, ezmorph

Apache License, Version 2.0: AWS Event Stream, AWS Java SDK :: AWS Core, AWS Java SDK :: Annotations, AWS Java SDK :: Auth, AWS Java SDK :: Checksums, AWS Java SDK :: Checksums SPI, AWS Java SDK :: Core :: Protocols :: AWS Json Protocol, AWS Java SDK :: Core :: Protocols :: Json Utils, AWS Java SDK :: Core :: Protocols :: Protocol Core, AWS Java SDK :: Endpoints SPI, AWS Java SDK :: HTTP Auth, AWS Java SDK :: HTTP Auth AWS, AWS Java SDK :: HTTP Auth SPI, AWS Java SDK :: HTTP Client Interface, AWS Java SDK :: HTTP Clients :: Apache, AWS Java SDK :: HTTP Clients :: Netty Non-Blocking I/O, AWS Java SDK :: Identity SPI, AWS Java SDK :: Metrics SPI, AWS Java SDK :: Profiles, AWS Java SDK :: Regions, AWS Java SDK :: SDK Core, AWS Java SDK :: Services :: Amazon DynamoDB, AWS Java SDK :: Third Party :: Jackson-core, AWS Java SDK :: Utilities, Apache Commons Collections, Apache HttpClient, Apache HttpCore, Netty/Buffer, Netty/Codec, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Common, Netty/Handler, Netty/Resolver, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Native/Unix/Common

MIT: SLF4J API Module

The Apache Software License, Version 2.0: Apache Commons Logging, JASYPT: Java Simplified Encryption, Nimbus JOSE+JWT, XML Commons External Components XML APIs, Xerces2-j, javax.inject

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
nimbus-jose-jwt-10.0.2.jar 800.6 kB 595 544 31 1.8 Yes
config-1.4.3.jar 296 kB 187 181 3 1.8 Yes
commons-beanutils-1.11.0.jar 246.8 kB 152 135 6 - Yes
commons-codec-1.17.1.jar 372.7 kB 262 115 8 - Yes
commons-collections-3.2.2.jar 588.3 kB 484 460 12 1.3 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
core-6.3.1.jar 186.1 kB 144 123 10 - Yes
crypt8-5.4.3.jar 21.9 kB 21 8 1 1.8 Yes
servlet-6.3.1.jar 36.7 kB 38 22 2 - Yes
storage-6.3.1.jar 299.5 kB 116 88 13 - Yes
util-6.3.1.jar 266.3 kB 141 108 16 - Yes
netty-buffer-4.1.108.Final.jar 307.7 kB 155 138 2 1.6 Yes
netty-codec-4.1.108.Final.jar 350.9 kB 248 219 10 1.6 Yes
netty-codec-http-4.1.108.Final.jar 668.1 kB 420 391 9 1.6 Yes
netty-codec-http2-4.1.108.Final.jar 489.6 kB 302 281 1 1.6 Yes
netty-common-4.1.108.Final.jar 660.7 kB 524 492 9 1.6 Yes
netty-handler-4.1.108.Final.jar 569 kB 390 359 12 1.6 Yes
netty-resolver-4.1.108.Final.jar 37.8 kB 41 29 1 1.6 Yes
netty-transport-4.1.108.Final.jar 497.4 kB 403 373 12 1.6 Yes
netty-transport-classes-epoll-4.1.108.Final.jar 147.4 kB 87 67 1 1.6 Yes
netty-transport-native-unix-common-4.1.108.Final.jar 44.1 kB 45 32 1 1.6 Yes
javax.inject-1.jar 2.5 kB 8 6 1 1.5 No
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
commons-collections4-4.5.0.jar 898.7 kB 647 615 21 - Yes
commons-lang3-3.17.0.jar 673.6 kB 426 396 19 - Yes
httpclient-4.5.14.jar 785.6 kB 511 470 24 1.6 Yes
httpcore-4.4.16.jar 327.9 kB 283 253 17 1.6 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
jasypt-1.9.2.jar 129.3 kB 143 103 22 1.4 Yes
jline-3.26.1.jar 1.4 MB 677 490 39 - Yes
ezmorph-core-3.2.0.jar 88.2 kB 65 47 7 - Yes
json-lib-core-3.2.0.jar 154.4 kB 108 91 7 1.8 Yes
reactive-streams-1.0.4.jar 11.6 kB 17 13 1 1.6 Yes
jcl-over-slf4j-2.0.17.jar 18.4 kB 26 9 3 - Yes
slf4j-api-2.0.17.jar 69.9 kB 71 56 5 - Yes
annotations-2.25.35.jar 13.8 kB 26 13 1 1.8 No
apache-client-2.25.35.jar 74.8 kB 68 41 6 1.8 Yes
auth-2.25.35.jar 230.9 kB 176 150 12 1.8 Yes
aws-core-2.25.35.jar 161.5 kB 154 113 21 1.8 Yes
aws-json-protocol-2.25.35.jar 115.1 kB 104 86 5 1.8 Yes
checksums-2.25.35.jar 9.3 kB 15 2 1 1.8 Yes
checksums-spi-2.25.35.jar 8 kB 15 1 1 1.8 No
dynamodb-2.25.35.jar 2.8 MB 1664 1631 18 1.8 Yes
endpoints-spi-2.25.35.jar 13.2 kB 19 6 1 1.8 Yes
http-auth-2.25.35.jar 17.5 kB 29 10 4 1.8 Yes
http-auth-aws-2.25.35.jar 211.3 kB 137 104 13 1.8 Yes
http-auth-spi-2.25.35.jar 44.4 kB 59 39 4 1.8 Yes
http-client-spi-2.25.35.jar 84.1 kB 86 70 3 1.8 Yes
identity-spi-2.25.35.jar 30.5 kB 40 25 2 1.8 Yes
json-utils-2.25.35.jar 30.9 kB 32 17 2 1.8 Yes
metrics-spi-2.25.35.jar 27.3 kB 30 16 2 1.8 Yes
netty-nio-client-2.25.35.jar 287.6 kB 191 164 5 1.8 Yes
profiles-2.25.35.jar 49.5 kB 41 27 2 1.8 Yes
protocol-core-2.25.35.jar 35.1 kB 41 27 1 1.8 Yes
regions-2.25.35.jar 861.2 kB 444 422 8 1.8 Yes
sdk-core-2.25.35.jar 897.5 kB 712 628 58 1.8 Yes
third-party-jackson-core-2.25.35.jar 535 kB 215 185 14 1.8 Yes
utils-2.25.35.jar 218.3 kB 166 145 9 1.8 Yes
eventstream-1.0.1.jar 30.2 kB 29 19 1 1.8 Yes
xercesImpl-2.12.2.jar 1.4 MB 1045 962 40 1.7 No
xml-apis-1.4.01.jar 220.5 kB 391 346 29 1.1 No
xom-1.3.9.jar 326.4 kB 323 287 16 1.6 No
Total Size Entries Classes Packages Java Version Debug Information
62 20.7 MB 14472 12673 642 1.8 56
compile: 50 compile: 16.6 MB compile: 11598 compile: 10087 compile: 573 - compile: 44
runtime: 12 runtime: 4.1 MB runtime: 2874 runtime: 2586 runtime: 69 - runtime: 12