File tree Expand file tree Collapse file tree 2 files changed +187
-65
lines changed
src/test/java/io/ebean/datasource/test Expand file tree Collapse file tree 2 files changed +187
-65
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments