You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/03/30 07:30:39 UTC

[servicemix-bundles] 05/07: Add missing import

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit d6cc342983cf9735b2b4cb8de82650823f640e69
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 15:02:35 2022 +0200

    Add missing import
---
 azure-core-http-netty-1.11.8/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/azure-core-http-netty-1.11.8/pom.xml b/azure-core-http-netty-1.11.8/pom.xml
index f8f6d38..a758355 100644
--- a/azure-core-http-netty-1.11.8/pom.xml
+++ b/azure-core-http-netty-1.11.8/pom.xml
@@ -69,6 +69,12 @@
             <version>${pkgVersion}</version>
         </dependency>
 
+	<dependency>
+	    <groupId>io.projectreactor.netty</groupId>
+	    <artifactId>reactor-netty-http</artifactId>
+	    <version>1.0.17</version>
+	</dependency>
+
         <!-- sources -->
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -94,6 +100,7 @@
                             <artifactSet>
                                 <includes>
                                     <include>${pkgGroupId}:${pkgArtifactId}</include>
+				    <include>io.projectreactor.netty:reactor-netty-http</include>
                                 </includes>
                             </artifactSet>
                             <filters>