Skip to content

Commit

Permalink
TP-1276: Remove unnecessary dependencies (#57)
Browse files Browse the repository at this point in the history
* This removes transitive dependencies on:
** `org.xerial:sqlite-jdbc` (this is one huge artifact)
** `com.github.oshi:oshi-core` (unused and unnecessary)
  • Loading branch information
pativa authored Nov 9, 2022
1 parent c19b77f commit d4a17b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,18 @@
<artifactId>xap-datagrid</artifactId>
<version>${gigaspaces.version}</version>
<exclusions>
<exclusion>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.junit.jupiter</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit d4a17b9

Please sign in to comment.