Skip to content

Commit

Permalink
Removed test category from pom
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Oct 29, 2024
1 parent bf3b1d0 commit b593608
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions TestOnly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<junit.version>5.11.1</junit.version>
<mockito.version>3.5.6</mockito.version>
<shadeBase>net.snowflake.client.jdbc.internal</shadeBase>
<testCategory>net.snowflake.client.category.AllTestCategory</testCategory>
</properties>

<dependencies>
Expand Down Expand Up @@ -407,9 +406,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<groups>${testCategory}</groups>
</configuration>
<executions>
<execution>
<id>DefaultIT</id>
Expand Down
1 change: 0 additions & 1 deletion parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<shadeBase>net.snowflake.client.jdbc.internal</shadeBase>
<slf4j.version>2.0.13</slf4j.version>
<snowflake.common.version>5.1.4</snowflake.common.version>
<testCategory>net.snowflake.client.category.AllTestCategory</testCategory>
<threeten.version>1.6.9</threeten.version>
<tika.version>2.4.1</tika.version>
<tukaani.version>1.9</tukaani.version>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<groups>${testCategory}</groups>
<includes>
<include>**/*IT.java</include>
</includes>
Expand Down

0 comments on commit b593608

Please sign in to comment.