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.logging.log4j | log4j-core | 2.17.1 | jar | Apache License, Version 2.0 |
org.mongodb | bson | 4.2.2 | jar | The Apache License, Version 2.0 |
org.mongodb | mongodb-driver-sync | 4.2.2 | jar | The 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:
GroupId | ArtifactId | Version | Classifier | Type | Licenses |
---|---|---|---|---|---|
de.flapdoodle.embed | de.flapdoodle.embed.mongo | 3.0.0 | - | jar | The Apache Software License, Version 2.0 |
org.apache.logging.log4j | log4j-api | 2.17.1 | tests | test-jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.17.1 | tests | test-jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.7.2 | - | jar | Eclipse Public License v2.0 |
org.junit.vintage | junit-vintage-engine | 5.7.2 | - | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 3.11.2 | - | jar | The MIT 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 |
---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.17.1 | jar | Apache License, Version 2.0 |
org.mongodb | mongodb-driver-core | 4.2.2 | jar | The 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:
Project Dependency Graph
Dependency Tree
- org.apache.logging.log4j:log4j-mongodb4:jar:2.17.1
- org.apache.logging.log4j:log4j-core:jar:2.17.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
- org.mongodb:mongodb-driver-sync:jar:4.2.2 (compile)
- org.mongodb:mongodb-driver-core:jar:4.2.2 (compile)
- org.mongodb:mongodb-driver-core:jar:4.2.2 (compile)
- org.mongodb:bson:jar:4.2.2 (compile)
- org.junit.vintage:junit-vintage-engine:jar:5.7.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.7.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.2 (test)
- org.mockito:mockito-core:jar:3.11.2 (test)
- net.bytebuddy:byte-buddy:jar:1.11.3 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.11.3 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- net.bytebuddy:byte-buddy:jar:1.11.3 (test)
- org.apache.logging.log4j:log4j-api:test-jar:tests:2.17.1 (test)
- org.apache.logging.log4j:log4j-core:test-jar:tests:2.17.1 (test)
- de.flapdoodle.embed:de.flapdoodle.embed.mongo:jar:3.0.0 (test)
- de.flapdoodle.embed:de.flapdoodle.embed.process:jar:3.0.1 (test)
- org.apache.commons:commons-lang3:jar:3.12.0 (test)
- org.apache.commons:commons-compress:jar:1.21 (test)
- net.java.dev.jna:jna:jar:5.6.0 (test)
- net.java.dev.jna:jna-platform:jar:5.6.0 (test)
- org.slf4j:slf4j-api:jar:1.7.25 (test)
- org.apache.commons:commons-lang3:jar:3.12.0 (test)
- de.flapdoodle.embed:de.flapdoodle.embed.process:jar:3.0.1 (test)
- org.apache.logging.log4j:log4j-core:jar:2.17.1 (compile)
Licenses
The Apache License, Version 2.0: BSON, MongoDB Driver, MongoDB Java Driver Core, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
The MIT License: mockito-core
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Commons Compress, Apache Commons Lang, Apache Log4j API, Apache Log4j Core, Apache Log4j MongoDB 4, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
New BSD License: Hamcrest Core
LGPL, version 2.1: Java Native Access, Java Native Access Platform
The Apache Software License, Version 2.0: Flapdoodle Embedded MongoDB, Flapdoodle Embedded Process Util
Apache License v2.0: Java Native Access, Java Native Access Platform
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
de.flapdoodle.embed.mongo-3.0.0.jar | 191.6 kB | 113 | 96 | 7 | 1.8 | Yes |
de.flapdoodle.embed.process-3.0.1.jar | 204.5 kB | 193 | 169 | 14 | 1.8 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.11.3.jar | 3.6 MB | 2565 | 2508 | 37 | 1.6 | Yes |
byte-buddy-agent-1.11.3.jar | 251.2 kB | 81 | 62 | 1 | 1.5 | Yes |
jna-5.6.0.jar | 1.5 MB | 170 | 115 | 4 | 1.6 | Yes |
jna-platform-5.6.0.jar | 2.7 MB | 1247 | 1205 | 13 | 1.6 | Yes |
commons-compress-1.21.jar | 1 MB | 576 | 524 | 35 | 1.8 | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
log4j-api-2.17.1.jar | 301.8 kB | 211 | 176 | 8 | - | Yes |
log4j-api-2.17.1-tests.jar | 233.9 kB | - | - | - | - | - |
log4j-core-2.17.1.jar | 1.8 MB | 1220 | 1127 | 52 | 1.8 | Yes |
log4j-core-2.17.1-tests.jar | 1.7 MB | - | - | - | - | - |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 2 | 1 | 1.6 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
junit-jupiter-api-5.7.2.jar | 175.6 kB | 168 | 152 | 7 | 1.8 | Yes |
junit-jupiter-engine-5.7.2.jar | 212.9 kB | 131 | 113 | 8 | 1.8 | Yes |
junit-platform-commons-1.7.2.jar | 100 kB | 63 | 42 | 6 | - | Yes |
junit-platform-engine-1.7.2.jar | 181.4 kB | 141 | 124 | 8 | 1.8 | Yes |
junit-vintage-engine-5.7.2.jar | 64.3 kB | 47 | 32 | 5 | 1.8 | Yes |
mockito-core-3.11.2.jar | 671.4 kB | 664 | 591 | 65 | 1.8 | Yes |
bson-4.2.2.jar | 499.1 kB | 408 | 391 | 14 | 1.8 | Yes |
mongodb-driver-core-4.2.2.jar | 1.4 MB | 1088 | 1035 | 42 | 1.8 | Yes |
mongodb-driver-sync-4.2.2.jar | 137.3 kB | 85 | 77 | 4 | 1.8 | Yes |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 6 | 1 | 1.6 | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
27 | 18.1 MB | 10110 | 9364 | 398 | 1.8 | 25 |
compile: 5 | compile: 4.2 MB | compile: 3012 | compile: 2806 | compile: 120 | - | compile: 5 |
test: 22 | test: 14 MB | test: 7098 | test: 6558 | test: 278 | - | test: 20 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot | Blacklisted |
---|---|---|---|---|
thirdparty | http://repository.nextiva.xyz:8081/nexus/content/repositories/thirdparty | Yes | No | No |
central | https://repo.maven.apache.org/maven2 | Yes | No | No |
apache.snapshots.https | http://repository.nextiva.xyz:8081/nexus/content/repositories/apache-snapshots/ | Yes | Yes | No |
snapshots | http://repository.nextiva.xyz:8081/nexus/content/repositories/snapshots | Yes | Yes | No |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes | Yes |
releases | http://repository.nextiva.xyz:8081/nexus/content/repositories/releases | Yes | No | No |
apache.snapshots | https://repository.apache.org/snapshots | No | Yes | No |
Repository locations for each of the Dependencies.
Artifact | NextivaThirdparty | NextivaCentral | NextivaApacheSnapshots | NextivaSnapshots | releases | apache.snapshots |
---|---|---|---|---|---|---|
de.flapdoodle.embed:de.flapdoodle.embed.mongo:jar:3.0.0 | - | ![]() |
- | - | - | - |
de.flapdoodle.embed:de.flapdoodle.embed.process:jar:3.0.1 | - | ![]() |
- | - | - | - |
junit:junit:jar:4.13.2 | - | ![]() |
- | - | - | - |
net.bytebuddy:byte-buddy:jar:1.11.3 | - | ![]() |
- | - | - | - |
net.bytebuddy:byte-buddy-agent:jar:1.11.3 | - | ![]() |
- | - | - | - |
net.java.dev.jna:jna:jar:5.6.0 | - | ![]() |
- | - | - | - |
net.java.dev.jna:jna-platform:jar:5.6.0 | - | ![]() |
- | - | - | - |
org.apache.commons:commons-compress:jar:1.21 | - | ![]() |
- | - | - | - |
org.apache.commons:commons-lang3:jar:3.12.0 | - | ![]() |
- | - | - | - |
org.apache.logging.log4j:log4j-api:jar:2.17.1 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-api:test-jar:tests:2.17.1 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:jar:2.17.1 | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:test-jar:tests:2.17.1 | - | - | - | - | - | - |
org.apiguardian:apiguardian-api:jar:1.1.0 | - | ![]() |
- | - | - | - |
org.hamcrest:hamcrest-core:jar:1.3 | - | ![]() |
- | - | - | - |
org.junit.jupiter:junit-jupiter-api:jar:5.7.2 | - | ![]() |
- | - | - | - |
org.junit.jupiter:junit-jupiter-engine:jar:5.7.2 | - | ![]() |
- | - | - | - |
org.junit.platform:junit-platform-commons:jar:1.7.2 | - | ![]() |
- | - | - | - |
org.junit.platform:junit-platform-engine:jar:1.7.2 | - | ![]() |
- | - | - | - |
org.junit.vintage:junit-vintage-engine:jar:5.7.2 | - | ![]() |
- | - | - | - |
org.mockito:mockito-core:jar:3.11.2 | - | ![]() |
- | - | - | - |
org.mongodb:bson:jar:4.2.2 | - | ![]() |
- | - | - | - |
org.mongodb:mongodb-driver-core:jar:4.2.2 | - | ![]() |
- | - | - | - |
org.mongodb:mongodb-driver-sync:jar:4.2.2 | - | ![]() |
- | - | - | - |
org.objenesis:objenesis:jar:3.2 | - | ![]() |
- | - | - | - |
org.opentest4j:opentest4j:jar:1.2.0 | - | ![]() |
- | - | - | - |
org.slf4j:slf4j-api:jar:1.7.25 | - | ![]() |
- | - | - | - |
Total | NextivaThirdparty | NextivaCentral | NextivaApacheSnapshots | NextivaSnapshots | releases | apache.snapshots |
27 (compile: 5, test: 22) | 0 | 23 | 0 | 0 | 0 | 0 |