Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Set antlr version back to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dacrome committed May 29, 2017
1 parent 12f950c commit 56fd924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -118,7 +118,7 @@ dependencies {
compile 'org.hibernate:hibernate-validator'
compile 'org.apache.tika:tika-core:1.14'
compile 'com.google.guava:guava:21.0'
compile 'org.antlr:antlr4:4.7'
compile 'org.antlr:antlr4:4.6'
testCompile 'org.codehaus.groovy:groovy-all'
testCompile 'org.springframework.boot:spring-boot-starter-test'
testCompile 'org.spockframework:spock-core'
Expand All @@ -130,7 +130,7 @@ dependencies {

providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'

antlr 'org.antlr:antlr4:4.7'
antlr 'org.antlr:antlr4:4.6'
jpaModelGen 'org.hibernate:hibernate-jpamodelgen'
}

Expand Down

0 comments on commit 56fd924

Please sign in to comment.