Skip to content

Commit 436ae4d

Browse files
committed
more tests
1 parent 996f37d commit 436ae4d

File tree

2 files changed

+187
-65
lines changed

2 files changed

+187
-65
lines changed

ebean-datasource/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>io.ebean</groupId>
@@ -26,6 +27,13 @@
2627
<scope>test</scope>
2728
</dependency>
2829

30+
<dependency>
31+
<groupId>org.junit.jupiter</groupId>
32+
<artifactId>junit-jupiter-params</artifactId>
33+
<version>5.10.2</version>
34+
<scope>test</scope>
35+
</dependency>
36+
2937
<dependency>
3038
<groupId>io.ebean</groupId>
3139
<artifactId>ebean-test-containers</artifactId>

0 commit comments

Comments
 (0)