Skip to content

Commit

Permalink
correctly exclude unwanted packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jan 12, 2023
1 parent 4bad0e5 commit 3aab0bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.hsgamer</groupId>
<artifactId>bettereconomy</artifactId>
<version>2.7</version>
<version>2.8</version>
<packaging>jar</packaging>

<name>BetterEconomy</name>
Expand Down Expand Up @@ -180,11 +180,11 @@
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 3aab0bf

Please sign in to comment.