Skip to content

Commit b5292de

Browse files
committed
fixed test
1 parent f75ff97 commit b5292de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/it/simple-it/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
</properties>
1515

1616
<build>
17-
<dependencies>
18-
<dependency>
19-
<groupId>org.rascalmpl</groupId>
20-
<artifactId>rascal</artifactId>
21-
<version>0.41.0-RC21</version>
22-
</dependency>
23-
</dependencies>
2417
<plugins>
2518
<plugin>
2619
<groupId>org.rascalmpl</groupId>
@@ -55,4 +48,11 @@
5548
</plugin>
5649
</plugins>
5750
</build>
51+
<dependencies>
52+
<dependency>
53+
<groupId>org.rascalmpl</groupId>
54+
<artifactId>rascal</artifactId>
55+
<version>0.41.0-RC21</version>
56+
</dependency>
57+
</dependencies>
5858
</project>

0 commit comments

Comments
 (0)