Skip to content

Commit 6d6f9e5

Browse files
committed
set dependency on rascal to test scope to avoid contamination of the classpath for downstream projects
1 parent bd5ef9d commit 6d6f9e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@
184184
<version>4.13.1</version>
185185
</dependency>
186186
<dependency>
187-
<groupId>org.rascalmpl</groupId>
188-
<artifactId>rascal</artifactId>
187+
<groupId>org.rascalmpl</groupId>
188+
<artifactId>rascal</artifactId>
189189
<version>0.40.17</version>
190+
<scope>test</scope>
190191
</dependency>
191192
</dependencies>
192193
</project>

0 commit comments

Comments
 (0)