Skip to content

Commit

Permalink
no special casing for sql-state testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed May 24, 2024
1 parent c67e3eb commit 62c048a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions sql-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 62c048a

Please sign in to comment.