Skip to content

Commit 26cbb58

Browse files
committed
add dependencies again, now with the correct formatting
1 parent b3c0561 commit 26cbb58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

parser/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ SOFTWARE.
5252
<artifactId>scala-library</artifactId>
5353
<version>${scala.version}</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>junit</groupId>
57+
<artifactId>junit</artifactId>
58+
<version>4.13.2</version>
59+
<scope>test</scope>
60+
</dependency>
61+
<dependency>
62+
<groupId>org.scalatest</groupId>
63+
<artifactId>scalatest_2.13</artifactId>
64+
<version>3.2.10</version>
65+
<scope>test</scope>
66+
</dependency>
5567
</dependencies>
5668
<build>
5769
<plugins>

0 commit comments

Comments
 (0)