File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ updates.ignore = [
34
34
# https://github.com/apache/pekko-connectors/issues/61
35
35
{ groupId = "org.apache.hbase" }
36
36
{ groupId = "org.apache.hadoop" }
37
- # https://github.com/apache/pekko-connectors/issues/523
38
- { groupId = "software.amazon.awssdk", artifactId = "sqs" }
39
37
# these google api libs can only be updated if we update our io.grpc libs (Pekko gRPC 1.1 uses the latest)
40
38
# we are stuck while we support Pekko gRPC 1.0
41
39
{ groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" }
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ services:
66
66
cbq -c Administrator:password -e http://couchbase:8093
67
67
"
68
68
elasticmq :
69
- image : softwaremill/elasticmq-native:1.3.4
69
+ image : softwaremill/elasticmq-native:1.5.8
70
70
ports :
71
71
- " 9324:9324"
72
72
dynamodb :
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ object Dependencies {
27
27
28
28
val AvroVersion = " 1.11.3"
29
29
val AwsSdk2Version = " 2.25.26"
30
- val AwsSdk2SqsVersion = " 2.20.162" // latest AwsSdk2Version causes us test issues with SQS
31
30
val AwsSpiPekkoHttpVersion = " 0.1.1"
32
31
val NettyVersion = " 4.1.108.Final"
33
32
// Sync with plugins.sbt
@@ -443,7 +442,7 @@ object Dependencies {
443
442
libraryDependencies ++= Seq (
444
443
(" com.github.pjfanning" %% " aws-spi-pekko-http" % AwsSpiPekkoHttpVersion ).excludeAll(
445
444
ExclusionRule (organization = " org.apache.pekko" )),
446
- (" software.amazon.awssdk" % " sqs" % AwsSdk2SqsVersion ).excludeAll(
445
+ (" software.amazon.awssdk" % " sqs" % AwsSdk2Version ).excludeAll(
447
446
ExclusionRule (" software.amazon.awssdk" , " apache-client" ),
448
447
ExclusionRule (" software.amazon.awssdk" , " netty-nio-client" )),
449
448
" org.apache.pekko" %% " pekko-http" % PekkoHttpVersion ,
You can’t perform that action at this time.
0 commit comments