Skip to content

Commit fa305a3

Browse files
committed
Add compile scope to kusto-data dependency in pom.xml
1 parent 226fea2 commit fa305a3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ingest/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
<groupId>com.microsoft.azure.kusto</groupId>
157157
<artifactId>kusto-data</artifactId>
158158
<version>${project.parent.version}</version>
159+
<scope>compile</scope>
159160
</dependency>
160161
<!-- Azure bom libraries -->
161162
<dependency>
@@ -275,11 +276,5 @@
275276
<artifactId>vavr</artifactId>
276277
<version>${io.vavr.version}</version>
277278
</dependency>
278-
<dependency>
279-
<groupId>com.microsoft.azure.kusto</groupId>
280-
<artifactId>kusto-data</artifactId>
281-
<version>6.0.0</version>
282-
<scope>compile</scope>
283-
</dependency>
284279
</dependencies>
285280
</project>

0 commit comments

Comments
 (0)