Dependencies
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 | License |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-core | 2.6.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.6.2 | jar | The Apache Software License, Version 2.0 |
commons-codec | commons-codec | 1.7 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.12 | jar | MIT License |
org.springframework.security | spring-security-core | 4.0.2.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework.security.oauth | spring-security-oauth2 | 2.0.8.RELEASE | jar | Apache 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 | License |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.1.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.slf4j | jcl-over-slf4j | 1.7.12 | jar | MIT License |
org.springframework | spring-test | 4.2.1.RELEASE | jar | The Apache Software 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 | License |
---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.0.1 | jar | CDDL + GPLv2 with classpath exception |
org.aspectj | aspectjrt | 1.8.5 | jar | Eclipse Public License - v 1.0 |
org.springframework | spring-webmvc | 4.2.1.RELEASE | jar | The 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.
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 | License |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
com.fasterxml.jackson.core | jackson-annotations | 2.6.0 | jar | The Apache Software License, Version 2.0 |
org.codehaus.jackson | jackson-core-asl | 1.9.13 | jar | The Apache Software License, Version 2.0 |
org.codehaus.jackson | jackson-mapper-asl | 1.9.13 | 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 | License |
---|---|---|---|---|
ch.qos.logback | logback-core | 1.1.3 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
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 | License |
---|---|---|---|---|
org.springframework | spring-aop | 4.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-beans | 4.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-context | 4.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-core | 4.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-expression | 4.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-web | 4.2.1.RELEASE | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- de.juplo:facebook-utils:jar:2.5.0
- org.springframework.security.oauth:spring-security-oauth2:jar:2.0.8.RELEASE (compile)
- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 (compile)
- org.codehaus.jackson:jackson-core-asl:jar:1.9.13 (compile)
- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 (compile)
- org.springframework:spring-webmvc:jar:4.2.1.RELEASE (provided)
- org.springframework:spring-beans:jar:4.2.1.RELEASE (provided)
- org.springframework:spring-context:jar:4.2.1.RELEASE (provided)
- org.springframework:spring-aop:jar:4.2.1.RELEASE (provided)
- org.springframework:spring-core:jar:4.2.1.RELEASE (provided)
- org.springframework:spring-expression:jar:4.2.1.RELEASE (provided)
- org.springframework:spring-web:jar:4.2.1.RELEASE (provided)
- com.fasterxml.jackson.core:jackson-core:jar:2.6.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.6.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0 (compile)
- org.springframework.security:spring-security-core:jar:4.0.2.RELEASE (compile)
- aopalliance:aopalliance:jar:1.0 (compile)
- org.aspectj:aspectjrt:jar:1.8.5 (provided)
- commons-codec:commons-codec:jar:1.7 (compile)
- javax.servlet:javax.servlet-api:jar:3.0.1 (provided)
- org.slf4j:slf4j-api:jar:1.7.12 (compile)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.springframework:spring-test:jar:4.2.1.RELEASE (test)
- org.slf4j:jcl-over-slf4j:jar:1.7.12 (test)
- ch.qos.logback:logback-classic:jar:1.1.3 (test)
- ch.qos.logback:logback-core:jar:1.1.3 (test)
- org.springframework.security.oauth:spring-security-oauth2:jar:2.0.8.RELEASE (compile)
Licenses
Apache 2.0: OAuth2 for Spring Security
Eclipse Public License 1.0: JUnit
MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module
CDDL + GPLv2 with classpath exception: Java Servlet API
Public Domain: AOP alliance
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Commons Codec, Data Mapper for Jackson, Jackson, Jackson-annotations, Jackson-core, Juplo - Facebook Utils, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web, Spring Web MVC, jackson-databind, spring-security-core
Eclipse Public License - v 1.0: AspectJ runtime, Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug |
logback-classic-1.1.3.jar | 274.34 kB | 221 | 173 | 25 | 1.6 | debug |
logback-core-1.1.3.jar | 444.38 kB | 410 | 365 | 35 | 1.6 | debug |
jackson-annotations-2.6.0.jar | 45.87 kB | 70 | 58 | 1 | 1.6 | debug |
jackson-core-2.6.2.jar | 252.76 kB | 116 | 93 | 9 | 1.6 | debug |
jackson-databind-2.6.2.jar | 1.11 MB | 597 | 563 | 20 | 1.6 | debug |
commons-codec-1.7.jar | 253.52 kB | 227 | 85 | 6 | 1.6 | debug |
javax.servlet-api-3.0.1.jar | 83.35 kB | 94 | 74 | 4 | 1.5 | debug |
junit-4.12.jar | 307.55 kB | 323 | 286 | 30 | 1.5 | debug |
aspectjrt-1.8.5.jar | 114.77 kB | 148 | 130 | 11 | 1.5 | debug |
jackson-core-asl-1.9.13.jar | 226.80 kB | 137 | 121 | 8 | 1.5 | debug |
jackson-mapper-asl-1.9.13.jar | 762.37 kB | 529 | 502 | 18 | 1.5 | debug |
hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
jcl-over-slf4j-1.7.12.jar | 16.23 kB | 23 | 9 | 2 | 1.5 | debug |
slf4j-api-1.7.12.jar | 31.37 kB | 39 | 28 | 3 | 1.5 | debug |
spring-aop-4.2.1.RELEASE.jar | 357.91 kB | 291 | 258 | 15 | 1.6 | debug |
spring-beans-4.2.1.RELEASE.jar | 712.53 kB | 448 | 396 | 15 | 1.6 | debug |
spring-context-4.2.1.RELEASE.jar | 1.03 MB | 863 | 746 | 66 | 1.6 | debug |
spring-core-4.2.1.RELEASE.jar | 1.02 MB | 797 | 751 | 40 | 1.6 | debug |
spring-expression-4.2.1.RELEASE.jar | 256.23 kB | 155 | 141 | 6 | 1.6 | debug |
spring-test-4.2.1.RELEASE.jar | 548.17 kB | 451 | 412 | 30 | 1.6 | debug |
spring-web-4.2.1.RELEASE.jar | 750.50 kB | 577 | 529 | 36 | 1.6 | debug |
spring-webmvc-4.2.1.RELEASE.jar | 846.65 kB | 528 | 476 | 30 | 1.6 | debug |
spring-security-core-4.0.2.RELEASE.jar | 349.60 kB | 362 | 297 | 44 | 1.5 | debug |
spring-security-oauth2-2.0.8.RELEASE.jar | 440.03 kB | 363 | 303 | 40 | 1.6 | debug |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
25 | 10.12 MB | 7,836 | 6,850 | 499 | 1.6 | 25 |
compile: 10 | compile: 3.42 MB | compile: 2,455 | compile: 2,059 | compile: 151 | - | compile: 10 |
test: 6 | test: 1.60 MB | test: 1,480 | test: 1,290 | test: 125 | - | test: 6 |
provided: 9 | provided: 5.10 MB | provided: 3,901 | provided: 3,501 | provided: 223 | - | provided: 9 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot | Blacklisted |
---|---|---|---|---|
central | http://repo.maven.apache.org/maven2 | Yes | - | - |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes | - |
glassfish-repository | http://download.java.net/maven/glassfish | Yes | Yes | Yes |
jvnet-nexus-snapshots | https://maven.java.net/content/repositories/snapshots | - | Yes | - |
apache.snapshots | http://repository.apache.org/snapshots | - | Yes | - |
Repository locations for each of the Dependencies.