Skip to content

Commit

Permalink
OZ-68: Added spring-jdbc dependency to test classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed May 14, 2024
1 parent fac3140 commit 6a35075
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<testcontainers.version>1.19.7</testcontainers.version>
<analytics.queries.version>1.0.0-SNAPSHOT</analytics.queries.version>
<ozone.version>1.0.0-SNAPSHOT</ozone.version>
<spring.version>6.0.12</spring.version>

<!-- Plugins -->
<surefire.version>3.2.5</surefire.version>
Expand Down Expand Up @@ -229,6 +230,12 @@
<type>zip</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 6a35075

Please sign in to comment.