Skip to content

Commit cd3fb5d

Browse files
author
David Hayes
committed
Fix[2283] - Fix broken ParserKeywordsUtilsTest
Javacc java generator was only being included as a pom artefact in test, but the jar is required for the ParserKeywordsUtilsTest to succeed.
1 parent f10e5bd commit cd3fb5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<groupId>org.javacc.generator</groupId>
7171
<artifactId>java</artifactId>
7272
<version>8.1.0-SNAPSHOT</version>
73-
<type>pom</type>
7473
<scope>test</scope>
7574
</dependency>
7675
<dependency>

0 commit comments

Comments
 (0)