Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 3, 2024
1 parent 2273977 commit 5c710f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,18 @@
<properties>
<datastoreProvider>mongodb</datastoreProvider>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/PositionalParametersStoredProcedureCallTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 5c710f8

Please sign in to comment.