tanmaya-panda1 commented on code in PR #7624:
URL: https://github.com/apache/nifi/pull/7624#discussion_r1336392441
##########
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml:
##########
@@ -36,6 +36,16 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.microsoft.azure.kusto</groupId>
+ <artifactId>kusto-data</artifactId>
+ <version>5.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.azure.kusto</groupId>
+ <artifactId>kusto-ingest</artifactId>
+ <version>5.0.1</version>
+ </dependency>
Review Comment:
yeah, I struggled to decouple the dependencies of azure-kusto-java sdk from
API package level. The interfaces KustoIngestService and KustoQueryService are
decoupled from kusto java SDK dependency.
But had to include dependencies in the API package level since we had
com.microsoft.azure.kusto.ingest.IngestionProperties while submitting an
ingestion request to Kusto cluster and
com.microsoft.azure.kusto.data.KustoResultSetTable as a part ingestionResult
from kusto after ingestion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]