Skip to content

Commit 917a753

Browse files
committed
add derby dependency for TestSuite
1 parent a4f9ed2 commit 917a753

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sql/core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<artifactId>junit</artifactId>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.apache.derby</groupId>
78+
<artifactId>derby</artifactId>
79+
<scope>test</scope>
80+
</dependency>
7681
<dependency>
7782
<groupId>org.scalatest</groupId>
7883
<artifactId>scalatest_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)