Skip to content

Commit ce65aaa

Browse files
committed
Add HikariCP dependency in test scope
Tests in doma-spring-boot-autoconfigure failed when bump Spring Boot to 2.3.RELEASE. Cause is not enough dependency and component implementing javax.sql.DataSource is not created.
1 parent 73fff10 commit ce65aaa

File tree

1 file changed

+5
-0
lines changed
  • doma-spring-boot-autoconfigure

1 file changed

+5
-0
lines changed

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
<artifactId>h2</artifactId>
5757
<scope>test</scope>
5858
</dependency>
59+
<dependency>
60+
<groupId>com.zaxxer</groupId>
61+
<artifactId>HikariCP</artifactId>
62+
<scope>test</scope>
63+
</dependency>
5964
</dependencies>
6065

6166
</project>

0 commit comments

Comments
 (0)