Skip to content

Commit

Permalink
remove DruidSQL.g4, its failing with newer version of ANTLR, will bri…
Browse files Browse the repository at this point in the history
…ng it back and fix if needed later
  • Loading branch information
himanshug committed Apr 8, 2016
1 parent 308211c commit aa6a230
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 587 deletions.
15 changes: 0 additions & 15 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
Expand Down Expand Up @@ -222,17 +218,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
343 changes: 0 additions & 343 deletions server/src/main/antlr4/io/druid/sql/antlr4/DruidSQL.g4

This file was deleted.

Loading

0 comments on commit aa6a230

Please sign in to comment.