Skip to content

Commit

Permalink
Merge pull request #18 from Nordstrom/include_dependencies
Browse files Browse the repository at this point in the history
Include extra dependencies
  • Loading branch information
dylanmei authored Jan 27, 2022
2 parents 11e2756 + 9bb24b2 commit 56145ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The SQS connector plugin provides the ability to use AWS SQS queues as both a so
|:---|:---|:---|
|1.1.0|2.2.0|1.11.501|
|1.2.0|2.3.0|1.11.924|
|1.3.0|2.8.1|1.11.1034|

Due to a compatibility issue with [Apache httpcomponents](http://hc.apache.org/), connector versions 1.1.0 and earlier may not work with Kafka Connect versions greater than 2.2

Expand Down
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.nordstrom.kafka.connect.sqs</groupId>
<artifactId>kafka-connect-sqs</artifactId>
<name>Kafka Connect SQS Sink/Source Connector</name>
<version>1.2.0</version>
<version>1.3.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -41,7 +41,7 @@
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>

<aws-java-sdk.version>1.11.924</aws-java-sdk.version>
<aws-java-sdk.version>1.11.1034</aws-java-sdk.version>

<kafka.connect-api.version>2.8.1</kafka.connect-api.version>
</properties>
Expand Down Expand Up @@ -167,9 +167,6 @@
<exclude>mockito-all:*</exclude>

<!-- provided by kafka-connect -->
<exclude>commons-codec:*</exclude>
<exclude>commons-logging:*</exclude>
<exclude>org.apache.kafka:*</exclude>
<exclude>org.slf4j:*</exclude>
</excludes>
</artifactSet>
Expand Down

0 comments on commit 56145ad

Please sign in to comment.