File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ SPDX-License-Identifier: Apache-2.0
33
33
<classpathentry kind =" lib" path =" lib/java/runtime-cvc5/cvc5.jar" />
34
34
<classpathentry kind =" lib" path =" lib/java/test/truth-java8-extension.jar" sourcepath =" lib/java-contrib/truth-java8-extension-sources.jar" />
35
35
<classpathentry kind =" lib" path =" lib/java/core/checker-qual.jar" sourcepath =" lib/java-contrib/checker-qual-sources.jar" />
36
+ <classpathentry kind =" lib" path =" lib/java/core/antlr4-runtime.jar" />
36
37
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" >
37
38
<attributes >
38
39
<attribute name =" module" value =" true" />
Original file line number Diff line number Diff line change @@ -171,8 +171,9 @@ SPDX-License-Identifier: Apache-2.0
171
171
<!-- Several JARs declare animal-sniffer-annotations.jar as dependency in their manifest although they do not really need it.
172
172
As long as this is the case we need to provide the JAR, otherwise javac complains. -->
173
173
<dependency org =" org.codehaus.mojo" name =" animal-sniffer-annotations" rev =" 1.18" conf =" core->default;" />
174
- <dependency org =" org.antlr" name =" antlr4-runtime" rev =" 4.13.1" conf =" core->default;" />
175
174
175
+ <!-- Antlr grammar support for our SMTLIB2 parser/generator -->
176
+ <dependency org =" org.antlr" name =" antlr4-runtime" rev =" 4.13.1" conf =" core->default;" />
176
177
177
178
<!-- Guava has a dependency on error_prone_annotations without a revision number, need an override. -->
178
179
<override org =" com.google.errorprone" module =" error_prone_annotations" rev =" 2.4.0" />
You can’t perform that action at this time.
0 commit comments