We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ed8b6 commit 66ba99aCopy full SHA for 66ba99a
pom.xml
@@ -196,6 +196,13 @@
196
</includes>
197
<targetPath>META-INF</targetPath>
198
</resource>
199
+ <resource>
200
+ <directory>${project.basedir}/src/main/resources/META-INF/services/</directory>
201
+ <includes>
202
+ <include>io.r2dbc.spi.ConnectionFactoryProvider</include>
203
+ </includes>
204
+ <targetPath>META-INF/services/</targetPath>
205
+ </resource>
206
</resources>
207
</build>
208
0 commit comments