Skip to content

Commit d20a3d5

Browse files
committed
Upgrade stream-client to 0.2.0; remove ProtonJ dependency.
1 parent 91ec489 commit d20a3d5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

spring-boot-project/spring-boot-autoconfigure/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dependencies {
5858
optional("org.apache.commons:commons-dbcp2")
5959
optional("org.apache.httpcomponents.client5:httpclient5")
6060
optional("org.apache.kafka:kafka-streams")
61-
optional("org.apache.qpid:proton-j")
6261
optional("org.apache.solr:solr-solrj")
6362
optional("org.apache.tomcat.embed:tomcat-embed-core")
6463
optional("org.apache.tomcat.embed:tomcat-embed-el")

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ bom {
6363
]
6464
}
6565
}
66-
library("Apache QPID ProtonJ", "0.33.8") {
67-
group("org.apache.qpid") {
68-
modules = [
69-
"proton-j"
70-
]
71-
}
72-
}
7366
library("AppEngine SDK", "1.9.90") {
7467
group("com.google.appengine") {
7568
modules = [
@@ -1430,7 +1423,7 @@ bom {
14301423
]
14311424
}
14321425
}
1433-
library("Rabbit Stream Client", "0.2.0-SNAPSHOT") {
1426+
library("Rabbit Stream Client", "0.2.0") {
14341427
group("com.rabbitmq") {
14351428
modules = [
14361429
"stream-client"

0 commit comments

Comments
 (0)