Skip to content

Commit

Permalink
Fix dependency scope
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 19, 2023
1 parent a57957f commit bb88cbd
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions plugin/trino-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
<version>2.15.0</version>
<exclusions>
<!-- Change the scope to test -->
<exclusion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -134,6 +127,12 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>testing</artifactId>
Expand Down Expand Up @@ -197,12 +196,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>jdbc</artifactId>
Expand Down

0 comments on commit bb88cbd

Please sign in to comment.