We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae29189 commit d276e52Copy full SHA for d276e52
1 file changed
pom.xml
@@ -106,6 +106,12 @@
106
<artifactId>scribble-codegen</artifactId>
107
<version>${project.version}</version>
108
</dependency>
109
+ <dependency>
110
+ <!-- For extension module tests -->
111
+ <groupId>org.scribble</groupId>
112
+ <artifactId>scribble-test</artifactId>
113
+ <version>${project.version}</version>
114
+ </dependency>
115
116
<dependency>
117
<groupId>org.antlr</groupId>
0 commit comments