This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit da1d843a8a378f314015a02664bcd276354ec682 Merge: 2dbe50a f17ab18 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Feb 23 06:12:38 2022 -0500 Merge branch '3.5-dev' gremlin-language/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc gremlin-language/pom.xml index df3f062,f1859aa..a1f0e8a --- a/gremlin-language/pom.xml +++ b/gremlin-language/pom.xml @@@ -29,18 -29,9 +29,18 @@@ limitations under the License <dependencies> <dependency> <groupId>org.antlr</groupId> - <artifactId>antlr4</artifactId> + <artifactId>antlr4-runtime</artifactId> <version>${antlr4.version}</version> </dependency> + <dependency> + <groupId>org.javatuples</groupId> + <artifactId>javatuples</artifactId> + <version>${java.tuples.version}</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> + </dependency> <!-- TESTING --> <dependency> <groupId>junit</groupId>
