Skip to content

Commit 775feb5

Browse files
committed
add grammar dependency
1 parent 5901f14 commit 775feb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/tck-inspection/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
<artifactId>tck-api_${scala.binary.version}</artifactId>
7575
<version>${project.version}</version>
7676
</dependency>
77+
<dependency>
78+
<groupId>org.opencypher</groupId>
79+
<artifactId>grammar</artifactId>
80+
<version>${project.version}</version>
81+
</dependency>
7782

7883
<dependency>
7984
<groupId>org.scala-lang.modules</groupId>

0 commit comments

Comments
 (0)