SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

There appears to be runtime dependencies on antlr classes #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

The following classes in the gdata-java-client library import antlr runtime 
classes:

./com/google/gdata/model/select/parser/SelectionLexer.java:import 
org.antlr.runtime.*;
./com/google/gdata/model/select/parser/SelectionParser.java:import 
org.antlr.runtime.*;

Should these be listed in the dependencies section of the docs? 
http://code.google.com/p/gdata-java-client/wiki/Dependencies

What version of the product are you using? On what operating system?

1.40.0

Original issue reported on code.google.com by npel...@gmail.com on 10 Dec 2009 at 9:13

GoogleCodeExporter commented 9 years ago
Those classes shouldnt be there.  Removed in 1.40.1.  

Original comment by vbarat...@gmail.com on 16 Dec 2009 at 8:10