This commit is contained in:
iTakinn
2026-06-01 18:58:46 -03:00
parent 14214872b3
commit 30d6bc19aa
779 changed files with 121463 additions and 1677 deletions
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 01 18:20:47 GMT-03:00 2026
bson-kotlin-5.6.2.jar>central=
bson-kotlin-5.6.2.pom>central=
@@ -0,0 +1 @@
23f593d0c7e9133c2e32b364c98569eae9e18fd3
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>bson-kotlin</artifactId>
<version>5.6.2</version>
<name>BSON Kotlin</name>
<description>The BSON Codec for Kotlin</description>
<url>https://bsonspec.org</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Various</name>
<organization>MongoDB</organization>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mongodb/mongo-java-driver.git</connection>
<developerConnection>scm:https://github.com/mongodb/mongo-java-driver.git</developerConnection>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.8.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
e26aac2194114e2d8bb57751471279d8812701b4
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 01 18:20:47 GMT-03:00 2026
bson-record-codec-5.6.2.jar>central=
bson-record-codec-5.6.2.pom>central=
@@ -0,0 +1 @@
09a428fd7fdc8f65c9e106cd87dac40980f0e82d
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>bson-record-codec</artifactId>
<version>5.6.2</version>
<name>BSON Record Codec</name>
<description>The BSON Codec for Java records</description>
<url>https://bsonspec.org</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Various</name>
<organization>MongoDB</organization>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mongodb/mongo-java-driver.git</connection>
<developerConnection>scm:https://github.com/mongodb/mongo-java-driver.git</developerConnection>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
87863f58beab7429f15cfc570bd1ddc30375e573
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 01 18:20:47 GMT-03:00 2026
bson-5.6.2.jar>central=
bson-5.6.2.pom>central=
Binary file not shown.
@@ -0,0 +1 @@
aa07f6bbff6955facba54bb64e9ee270fe1e4198
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>5.6.2</version>
<name>BSON</name>
<description>The BSON library</description>
<url>https://bsonspec.org</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Various</name>
<organization>MongoDB</organization>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mongodb/mongo-java-driver.git</connection>
<developerConnection>scm:https://github.com/mongodb/mongo-java-driver.git</developerConnection>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
1bc41153224093e2eda192ffc8509c2251fd8481
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 01 18:20:47 GMT-03:00 2026
mongodb-driver-core-5.6.2.jar>central=
mongodb-driver-core-5.6.2.pom>central=
@@ -0,0 +1 @@
4ef17ac9e1f96d7a5990d3e223e0f03c4e155028
@@ -0,0 +1,148 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>5.6.2</version>
<name>MongoDB Java Driver Core</name>
<description>Shared components for the Synchronous and Reactive Streams implementations of the MongoDB Java Driver.</description>
<url>https://www.mongodb.com/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Various</name>
<organization>MongoDB</organization>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mongodb/mongo-java-driver.git</connection>
<developerConnection>scm:https://github.com/mongodb/mongo-java-driver.git</developerConnection>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.87.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson-record-codec</artifactId>
<version>5.6.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson-kotlin</artifactId>
<version>5.6.2</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson-kotlinx</artifactId>
<version>5.6.2</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-crypt</artifactId>
<version>5.6.2</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.17</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.782</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.782</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>auth</artifactId>
<version>2.30.31</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.30.31</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.3</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-3</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
e7f58e88da55a23f4c3fde6ae269527f19ad7307
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 01 18:20:47 GMT-03:00 2026
mongodb-driver-kotlin-coroutine-5.6.2.jar>central=
mongodb-driver-kotlin-coroutine-5.6.2.pom>central=
@@ -0,0 +1 @@
eedfadf066c61a50acaf2a5708119ef91651a4cd
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-kotlin-coroutine</artifactId>
<version>5.6.2</version>
<name>MongoDB Kotlin Coroutine Driver</name>
<description>The MongoDB Kotlin Coroutine Driver</description>
<url>https://www.mongodb.com/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Various</name>
<organization>MongoDB</organization>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mongodb/mongo-java-driver.git</connection>
<developerConnection>scm:https://github.com/mongodb/mongo-java-driver.git</developerConnection>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactive</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson-kotlin</artifactId>
<version>5.6.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
dc202245278b1aa45d77c87b1e1dca324079e485
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Jun 01 18:20:47 GMT-03:00 2026
mongodb-driver-reactivestreams-5.6.2.jar>central=
mongodb-driver-reactivestreams-5.6.2.pom>central=
@@ -0,0 +1 @@
fa03364f96475931f29f271dcd4c4555afaa8c27
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.6.2</version>
<name>The MongoDB Reactive Streams Driver</name>
<description>A Reactive Streams implementation of the MongoDB Java driver</description>
<url>https://www.mongodb.com/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Various</name>
<organization>MongoDB</organization>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mongodb/mongo-java-driver.git</connection>
<developerConnection>scm:https://github.com/mongodb/mongo-java-driver.git</developerConnection>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2022.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>5.6.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
325e64bbaff0c109d5271d9f987e4ed7f45da01b