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 |
---|---|---|---|---|
cglib | cglib | 2.2.2 | jar | ASF 2.0 |
commons-collections | commons-collections | 3.2.2 | jar | Apache License, Version 2.0 |
javassist | javassist | 3.12.1.GA | jar | MPL 1.1LGPL 2.1 |
org.apache.fulcrum | fulcrum-security-api | 2.0.1-SNAPSHOT | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-1.2-api | 2.14.1 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-slf4j-impl | 2.14.0 | jar | Apache License, Version 2.0 |
org.hibernate | hibernate-core | 3.6.10.Final | jar | GNU Lesser General Public License |
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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
hsqldb | hsqldb | 1.8.0.7 | - | jar | HSQLDB License |
javax.servlet | javax.servlet-api | 3.1.0 | - | jar | CDDL + GPLv2 with classpath exception |
org.apache.fulcrum | fulcrum-security-api | 2.0.1-SNAPSHOT | tests | test-jar | Apache License, Version 2.0 |
org.apache.fulcrum | fulcrum-testcontainer | 1.0.9 | - | jar | Apache License, Version 2.0 |
org.apache.fulcrum | fulcrum-yaafi | 1.0.8 | - | jar | Apache 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 | Licenses |
---|---|---|---|---|
antlr | antlr | 2.7.6 | jar | - |
asm | asm | 3.3.1 | jar | BSD |
commons-codec | commons-codec | 1.11 | jar | Apache License, Version 2.0 |
dom4j | dom4j | 1.6.1 | jar | - |
javax.transaction | jta | 1.1 | jar | - |
org.apache.commons | commons-lang3 | 3.11 | jar | Apache License, Version 2.0 |
org.apache.fulcrum | fulcrum-crypto | 1.0.8 | jar | Apache License, Version 2.0 |
org.hibernate | hibernate-commons-annotations | 3.2.0.Final | jar | GNU LESSER GENERAL PUBLIC LICENSE |
org.hibernate.javax.persistence | hibernate-jpa-2.0-api | 1.0.1.Final | jar | null |
org.slf4j | slf4j-api | 1.6.1 | jar | MIT License |
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 |
---|---|---|---|---|
org.apache.logging.log4j | log4j-core | 2.14.0 | jar | Apache 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:
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 |
---|---|---|---|---|
org.apache.avalon.framework | avalon-framework-api | 4.3.1 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.fulcrum:fulcrum-security-hibernate:jar:2.0.1-SNAPSHOT
- org.apache.fulcrum:fulcrum-security-api:jar:2.0.1-SNAPSHOT (compile)
- org.apache.commons:commons-lang3:jar:3.11 (compile)
- org.apache.fulcrum:fulcrum-crypto:jar:1.0.8 (compile)
- commons-codec:commons-codec:jar:1.11 (compile)
- org.hibernate:hibernate-core:jar:3.6.10.Final (compile)
- antlr:antlr:jar:2.7.6 (compile)
- dom4j:dom4j:jar:1.6.1 (compile)
- org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final (compile)
- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final (compile)
- javax.transaction:jta:jar:1.1 (compile)
- org.slf4j:slf4j-api:jar:1.6.1 (compile)
- commons-collections:commons-collections:jar:3.2.2 (compile)
- javassist:javassist:jar:3.12.1.GA (compile)
- cglib:cglib:jar:2.2.2 (compile)
- asm:asm:jar:3.3.1 (compile)
- org.apache.fulcrum:fulcrum-security-api:test-jar:tests:2.0.1-SNAPSHOT (test)
- hsqldb:hsqldb:jar:1.8.0.7 (test)
- javax.servlet:javax.servlet-api:jar:3.1.0 (test)
- org.apache.fulcrum:fulcrum-testcontainer:jar:1.0.9 (test)
- junit:junit:jar:4.13.1 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.junit.jupiter:junit-jupiter:jar:5.7.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.7.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.7.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.0 (test)
- org.mockito:mockito-core:jar:3.5.13 (test)
- net.bytebuddy:byte-buddy:jar:1.10.15 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.10.15 (test)
- org.objenesis:objenesis:jar:3.1 (test)
- junit:junit:jar:4.13.1 (test)
- org.apache.fulcrum:fulcrum-yaafi:jar:1.0.8 (test)
- commons-io:commons-io:jar:2.6 (test)
- org.apache.avalon.framework:avalon-framework-api:jar:4.3.1 (provided)
- org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1 (test)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.14.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.14.1 (test)
- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.14.0 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.14.0 (runtime)
- org.apache.fulcrum:fulcrum-security-api:jar:2.0.1-SNAPSHOT (compile)
Licenses
Unnamed: JPA 2.0 API
GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations
Eclipse Public License 1.0: JUnit
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
ASF 2.0: Code Generation Library
GNU Lesser General Public License: Hibernate Core
New BSD License: Hamcrest Core
HSQLDB License: HSQLDB
BSD: ASM Core
Unknown: AntLR, Java Transaction API, dom4j
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons Codec, Apache Commons Collections, Apache Commons IO, Apache Commons Lang, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J Binding, Byte Buddy (without dependencies), Byte Buddy agent, Fulcrum Crypto, Fulcrum Security API, Fulcrum Security Hibernate Impl, Fulcrum Test Container, Fulcrum YAAFI, Objenesis
LGPL 2.1: Javassist
CDDL + GPLv2 with classpath exception: Java Servlet API
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Avalon Framework API, Avalon Framework Implementation