Skip to content

Commit

Permalink
current progress
Browse files Browse the repository at this point in the history
  • Loading branch information
lpandzic committed Mar 11, 2024
1 parent 0309679 commit 5000869
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions infobip-spring-data-r2dbc-querydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>infobip-spring-data-r2dbc-querydsl</artifactId>

<properties>
<jasync-r2dbc-mysql.version>2.1.13</jasync-r2dbc-mysql.version>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -83,8 +87,9 @@
</dependency>

<dependency>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-r2dbc-mysql</artifactId>
<version>${jasync-r2dbc-mysql.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5000869

Please sign in to comment.