Skip to content

Commit

Permalink
[hyxhNENW] remove antlr4 from core (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored May 10, 2023
1 parent dad2337 commit 6f3dac5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id 'com.github.johnrengelman.shadow' version '4.0.3' apply false
id "com.bmuschko.nexus" version "2.3.1"
id 'maven-publish'
id 'antlr'
id "org.sonarqube" version "2.7"
id "com.github.hierynomus.license-report" version"0.15.0"
}
Expand Down
12 changes: 0 additions & 12 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'java'
id "com.bmuschko.nexus"
id 'maven-publish'
id 'antlr'
id "org.sonarqube"
id "com.diffplug.spotless" version "6.7.2"
}
Expand Down Expand Up @@ -39,10 +38,6 @@ javadoc {
}


generateGrammarSource {
arguments += ["-package", "apoc.custom"]
}

dependencies {

testCompile project(':test-utils')
Expand All @@ -54,13 +49,6 @@ dependencies {
compile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.8.0'
compile group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.9'

// If updated check if the transitive dependency to org.antlr:ST4:4.1 has also updated
// and remove the manual licensing check for it in licenses-3rdparties.gradle
antlr "org.antlr:antlr4:4.7.2", {
exclude group: 'org.glassfish'
exclude group: 'com.ibm.icu'
exclude group: 'org.abego.treelayout'
}
// compileOnly "org.antlr:antlr4-runtime:4.7.2"
// testCompile "org.antlr:antlr4-runtime:4.7.2"

Expand Down

0 comments on commit 6f3dac5

Please sign in to comment.