Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-beanutils.version>1.11.0</commons-beanutils.version>
<commons-configuration2.version>2.12.0</commons-configuration2.version>
<mina-core.version>2.1.10</mina-core.version>
<reactor-netty-http.version>1.2.8</reactor-netty-http.version>
</properties>

<dependencyManagement>
Expand Down
11 changes: 11 additions & 0 deletions pulsar-io/azure-data-explorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
<properties>
<kusto.sdk.version>5.2.0</kusto.sdk.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>${reactor-netty-http.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
Loading