66
77 <groupId >com.github.bigdata.sql.parser</groupId >
88 <artifactId >bigdata-sql-parser</artifactId >
9- <version >2. 1.0-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010
1111 <properties >
12- <kotlin .version>1.2.51 </kotlin .version>
12+ <kotlin .version>1.3.72 </kotlin .version>
1313 <antlr4 .version>4.7</antlr4 .version>
1414 </properties >
1515
3131 <artifactId >commons-collections</artifactId >
3232 <version >3.2.2</version >
3333 </dependency >
34+
3435 <dependency >
3536 <groupId >commons-configuration</groupId >
3637 <artifactId >commons-configuration</artifactId >
3738 <version >1.10</version >
3839 </dependency >
3940
41+ <dependency >
42+ <groupId >com.facebook.presto</groupId >
43+ <artifactId >presto-parser</artifactId >
44+ <version >0.259.1</version >
45+ </dependency >
46+
4047 <dependency >
4148 <groupId >junit</groupId >
4249 <artifactId >junit</artifactId >
4855 <groupId >org.slf4j</groupId >
4956 <artifactId >slf4j-api</artifactId >
5057 <version >1.7.24</version >
58+ <scope >provided</scope >
5159 </dependency >
5260 <dependency >
5361 <groupId >org.slf4j</groupId >
5462 <artifactId >log4j-over-slf4j</artifactId >
5563 <version >1.7.24</version >
56- </dependency >
57- <!-- logback -->
58- <dependency >
59- <groupId >ch.qos.logback</groupId >
60- <artifactId >logback-core</artifactId >
61- <version >1.2.1</version >
62- </dependency >
63- <dependency >
64- <groupId >ch.qos.logback</groupId >
65- <artifactId >logback-classic</artifactId >
66- <version >1.2.1</version >
64+ <scope >provided</scope >
6765 </dependency >
6866 </dependencies >
6967
183181 <url >https://repository.cloudera.com/content/repositories/releases/</url >
184182 </repository >
185183 </repositories >
186- </project >
184+ </project >
0 commit comments