File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ dependencies {
58
58
optional(" org.apache.commons:commons-dbcp2" )
59
59
optional(" org.apache.httpcomponents.client5:httpclient5" )
60
60
optional(" org.apache.kafka:kafka-streams" )
61
- optional(" org.apache.qpid:proton-j" )
62
61
optional(" org.apache.solr:solr-solrj" )
63
62
optional(" org.apache.tomcat.embed:tomcat-embed-core" )
64
63
optional(" org.apache.tomcat.embed:tomcat-embed-el" )
Original file line number Diff line number Diff line change 63
63
]
64
64
}
65
65
}
66
- library(" Apache QPID ProtonJ" , " 0.33.8" ) {
67
- group(" org.apache.qpid" ) {
68
- modules = [
69
- " proton-j"
70
- ]
71
- }
72
- }
73
66
library(" AppEngine SDK" , " 1.9.90" ) {
74
67
group(" com.google.appengine" ) {
75
68
modules = [
@@ -1430,7 +1423,7 @@ bom {
1430
1423
]
1431
1424
}
1432
1425
}
1433
- library(" Rabbit Stream Client" , " 0.2.0-SNAPSHOT " ) {
1426
+ library(" Rabbit Stream Client" , " 0.2.0" ) {
1434
1427
group(" com.rabbitmq" ) {
1435
1428
modules = [
1436
1429
" stream-client"
You can’t perform that action at this time.
0 commit comments