Skip to content

Commit b87acc1

Browse files
authored
Merge pull request #159 from splunk/pom-fix
Update pom.xml
2 parents 5fc0e16 + daa4412 commit b87acc1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.splunk.kafka.connect</groupId>
88
<artifactId>splunk-kafka-connect</artifactId>
9-
<version>v1.0.0-LAR</version>
9+
<version>v1.1.0</version>
1010
<name>splunk-kafka-connect</name>
1111

1212
<properties>
@@ -27,20 +27,20 @@
2727
<groupId>com.fasterxml.jackson.core</groupId>
2828
<artifactId>jackson-core</artifactId>
2929
<version>2.9.5</version>
30-
<scope>provided</scope>
30+
<scope>compile</scope>
3131
</dependency>
3232
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>
3535
<artifactId>jackson-databind</artifactId>
3636
<version>2.9.5</version>
37-
<scope>provided</scope>
37+
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.kafka</groupId>
4141
<artifactId>connect-api</artifactId>
42-
<version>1.1.0</version>
43-
<scope>provided</scope>
42+
<version>2.0.0</version>
43+
<scope>compile</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.junit.jupiter</groupId>
@@ -97,13 +97,13 @@
9797
<groupId>commons-logging</groupId>
9898
<artifactId>commons-logging</artifactId>
9999
<version>1.2</version>
100-
<scope>provided</scope>
100+
<scope>compile</scope>
101101
</dependency>
102102
<dependency>
103103
<groupId>commons-codec</groupId>
104104
<artifactId>commons-codec</artifactId>
105105
<version>1.11</version>
106-
<scope>provided</scope>
106+
<scope>compile</scope>
107107
</dependency>
108108

109109
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
@@ -118,7 +118,7 @@
118118
<groupId>org.slf4j</groupId>
119119
<artifactId>slf4j-api</artifactId>
120120
<version>1.7.25</version>
121-
<scope>provided</scope>
121+
<scope>compile</scope>
122122
</dependency>
123123
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
124124
<dependency>
@@ -138,7 +138,7 @@
138138
<groupId>org.apache.commons</groupId>
139139
<artifactId>commons-lang3</artifactId>
140140
<version>3.7</version>
141-
<scope>provided</scope>
141+
<scope>compile</scope>
142142
</dependency>
143143
</dependencies>
144144

@@ -296,4 +296,4 @@
296296

297297
</plugins>
298298
</build>
299-
</project>
299+
</project>

0 commit comments

Comments
 (0)