We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5901f14 commit 775feb5Copy full SHA for 775feb5
tools/tck-inspection/pom.xml
@@ -74,6 +74,11 @@
74
<artifactId>tck-api_${scala.binary.version}</artifactId>
75
<version>${project.version}</version>
76
</dependency>
77
+ <dependency>
78
+ <groupId>org.opencypher</groupId>
79
+ <artifactId>grammar</artifactId>
80
+ <version>${project.version}</version>
81
+ </dependency>
82
83
<dependency>
84
<groupId>org.scala-lang.modules</groupId>
0 commit comments