Skip to content

Commit

Permalink
feat: 引擎等MQ场景接入SCS框架 TencentBlueKing#7443 取消common-pipeline的无用依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Sep 23, 2022
1 parent a5326df commit d403292
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,6 @@ object MQ {
const val ROUTE_MEASURE_REQUEST_EVENT = "r.measure.request.event"
const val QUEUE_MEASURE_REQUEST_EVENT = "q.measure.request.event"

// 流水线设置发生变化的事件广播
const val EXCHANGE_PIPELINE_SETTING_CHANGE_FANOUT = "e.engine.pipeline.setting.change.fanout"
const val ROUTE_PIPELINE_SETTING_CHANGE = "r.engine.pipeline.setting.change"
const val QUEUE_PIPELINE_SETTING_CHANGE = "q.engine.pipeline.setting.change"

// webSocket消息
const val EXCHANGE_WEBSOCKET_TMP_FANOUT = "e.websocket.fanout"
const val ROUTE_WEBSOCKET_TMP_EVENT = "r.websocket.file"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
*/
dependencies {
api(project(":core:common:common-api"))
api(project(":core:common:common-event"))
api(project(":core:common:common-expression"))
api(project(":core:common:common-service"))
api("org.apache.commons:commons-text")
api("org.slf4j:slf4j-api")
api("com.squareup.okhttp3:okhttp")
Expand Down

This file was deleted.

0 comments on commit d403292

Please sign in to comment.