Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 committed Dec 9, 2024
1 parent 4ec6b1a commit e24fa72
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1541805035,
"__RESOLVED_ARTIFACTS_HASH": 81502917,
"__INPUT_ARTIFACTS_HASH": 838604840,
"__RESOLVED_ARTIFACTS_HASH": -1724946481,
"artifacts": {
"com.adobe.testing:s3mock": {
"shasums": {
Expand Down Expand Up @@ -1296,6 +1296,13 @@
},
"version": "0.27.0"
},
"io.projectreactor.addons:reactor-pool": {
"shasums": {
"jar": "1ef7e46c3ab451684488879ffca6c2bb0039e29f02af60d780fe7d481bdffea1",
"sources": "e7ace37b6bf9cf1d5b11e1d0be1e92f75d278b594a691a1e36613391f3b646a1"
},
"version": "1.0.8"
},
"io.projectreactor.netty:reactor-netty-core": {
"shasums": {
"jar": "9dd0c5ac8216586a3cc41a7c4ff6b1482e3f5ede61798c2d9b6a13c34c199994",
Expand All @@ -1310,6 +1317,13 @@
},
"version": "3.6.9"
},
"io.r2dbc:r2dbc-pool": {
"shasums": {
"jar": "be1ad2fd95629c70dfcf384be1eb4bfc1723d90d6a0d2e4227d02f3b7ab0885a",
"sources": "aceb2ace85124594de15c367e7dc769586e02cc169e546cff4dc623b9831a060"
},
"version": "1.0.0.RELEASE"
},
"io.r2dbc:r2dbc-spi": {
"shasums": {
"jar": "a5846c59fea336431a4ae72ca14edbf5299b78486fa308eafb383f4ae0ea74e5",
Expand Down Expand Up @@ -3494,6 +3508,9 @@
"io.opentelemetry:opentelemetry-api-incubator",
"io.opentelemetry:opentelemetry-sdk"
],
"io.projectreactor.addons:reactor-pool": [
"io.projectreactor:reactor-core"
],
"io.projectreactor.netty:reactor-netty-core": [
"io.netty:netty-handler",
"io.netty:netty-handler-proxy",
Expand All @@ -3505,6 +3522,11 @@
"io.projectreactor:reactor-core": [
"org.reactivestreams:reactive-streams"
],
"io.r2dbc:r2dbc-pool": [
"io.projectreactor.addons:reactor-pool",
"io.projectreactor:reactor-core",
"io.r2dbc:r2dbc-spi"
],
"io.r2dbc:r2dbc-spi": [
"org.reactivestreams:reactive-streams"
],
Expand Down Expand Up @@ -5933,6 +5955,11 @@
"io.perfmark:perfmark-api": [
"io.perfmark"
],
"io.projectreactor.addons:reactor-pool": [
"reactor.pool",
"reactor.pool.decorators",
"reactor.pool.introspection"
],
"io.projectreactor.netty:reactor-netty-core": [
"reactor.netty",
"reactor.netty.channel",
Expand Down Expand Up @@ -5961,6 +5988,9 @@
"reactor.util.function",
"reactor.util.retry"
],
"io.r2dbc:r2dbc-pool": [
"io.r2dbc.pool"
],
"io.r2dbc:r2dbc-spi": [
"io.r2dbc.spi"
],
Expand Down Expand Up @@ -9099,10 +9129,14 @@
"io.opentelemetry:opentelemetry-sdk:jar:sources",
"io.perfmark:perfmark-api",
"io.perfmark:perfmark-api:jar:sources",
"io.projectreactor.addons:reactor-pool",
"io.projectreactor.addons:reactor-pool:jar:sources",
"io.projectreactor.netty:reactor-netty-core",
"io.projectreactor.netty:reactor-netty-core:jar:sources",
"io.projectreactor:reactor-core",
"io.projectreactor:reactor-core:jar:sources",
"io.r2dbc:r2dbc-pool",
"io.r2dbc:r2dbc-pool:jar:sources",
"io.r2dbc:r2dbc-spi",
"io.r2dbc:r2dbc-spi:jar:sources",
"jakarta.activation:jakarta.activation-api",
Expand Down Expand Up @@ -9730,6 +9764,11 @@
"reactor.core.scheduler.ReactorBlockHoundIntegration"
]
},
"io.r2dbc:r2dbc-pool": {
"io.r2dbc.spi.ConnectionFactoryProvider": [
"io.r2dbc.pool.PoolingConnectionFactoryProvider"
]
},
"org.apache.tomcat.embed:tomcat-embed-el": {
"jakarta.el.ExpressionFactory": [
"org.apache.el.ExpressionFactoryImpl"
Expand Down

0 comments on commit e24fa72

Please sign in to comment.