Skip to content

Commit f52fd03

Browse files
author
Niraj Patel
committed
fixing provided dependency scopes
1 parent 5467f5d commit f52fd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
<groupId>org.apache.kafka</groupId>
5353
<artifactId>connect-api</artifactId>
5454
<version>0.9.0.0</version>
55-
<scope>compile</scope>
55+
<scope>provided</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.slf4j</groupId>
5959
<artifactId>slf4j-api</artifactId>
6060
<version>1.7.6</version>
61-
<scope>compile</scope>
61+
<scope>provided</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>junit</groupId>

0 commit comments

Comments
 (0)