Skip to content

Commit 888b125

Browse files
committed
Bumped to 2.8.0-1. Fixes #90.
1 parent 44adce9 commit 888b125

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.jcustenborder.kafka.connect</groupId>
2525
<artifactId>kafka-connect-parent</artifactId>
26-
<version>2.6.1</version>
26+
<version>2.8.0-1</version>
2727
</parent>
2828
<artifactId>kafka-connect-transform-common</artifactId>
2929
<version>0.1.0-SNAPSHOT</version>
@@ -58,18 +58,16 @@
5858
<url>https://github.com/jcustenborder/kafka-connect-transform-common/issues</url>
5959
</issueManagement>
6060
<dependencies>
61+
<dependency>
62+
<groupId>com.github.jcustenborder.kafka.connect</groupId>
63+
<artifactId>connect-utils-jackson</artifactId>
64+
</dependency>
6165
<dependency>
6266
<groupId>org.apache.kafka</groupId>
6367
<artifactId>connect-json</artifactId>
6468
<version>${kafka.version}</version>
6569
<scope>provided</scope>
6670
</dependency>
67-
<dependency>
68-
<groupId>org.reflections</groupId>
69-
<artifactId>reflections</artifactId>
70-
<version>0.9.10</version>
71-
<scope>test</scope>
72-
</dependency>
7371
<dependency>
7472
<groupId>com.github.jcustenborder.kafka.connect</groupId>
7573
<artifactId>connect-utils-testing-data</artifactId>

0 commit comments

Comments
 (0)