We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ebe37 commit bb73e22Copy full SHA for bb73e22
alerting/build.gradle
@@ -167,8 +167,7 @@ dependencies {
167
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
168
implementation "org.jetbrains:annotations:13.0"
169
170
- // SQL/PPL plugin dependencies
171
- implementation 'org.json:json:20240303'
+ // SQL/PPL plugin dependencies are included in alerting-core
172
api project(":alerting-core")
173
174
implementation "com.github.seancfoley:ipaddress:5.4.1"
0 commit comments