Skip to content

Commit 44f3217

Browse files
committed
improv. fix placeholder and build
1 parent ef43c3f commit 44f3217

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>fr.nivcoo</groupId>
77
<artifactId>Pointz</artifactId>
8-
<version>2.6.7</version>
8+
<version>2.6.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.artifactId}</name>
@@ -57,24 +57,19 @@
5757
<groupId>me.clip</groupId>
5858
<artifactId>placeholderapi</artifactId>
5959
<version>2.11.1</version>
60-
<scope>compile</scope>
61-
</dependency>
62-
63-
<dependency>
64-
<groupId>com.zaxxer</groupId>
65-
<artifactId>HikariCP</artifactId>
66-
<version>4.0.3</version>
60+
<scope>provided</scope>
6761
</dependency>
6862

6963
<dependency>
7064
<groupId>com.google.code.gson</groupId>
7165
<artifactId>gson</artifactId>
72-
<version>2.8.8</version>
66+
<version>2.9.0</version>
67+
<scope>compile</scope>
7368
</dependency>
7469
<dependency>
7570
<groupId>fr.nivcoo</groupId>
7671
<artifactId>UtilsZ</artifactId>
77-
<version>LATEST</version>
72+
<version>1.0.12</version>
7873
<scope>compile</scope>
7974
</dependency>
8075
</dependencies>

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Pointz
2-
version: 2.6.7
2+
version: 2.6.8
33
author: nivcoo
44
main: fr.nivcoo.pointz.Pointz
5-
softdepend: [ MVdWPlaceholderAPI, PlaceholderAPI ]
5+
softdepend: [ PlaceholderAPI ]
66
api-version: 1.13
77
commands:
88
pointz:

0 commit comments

Comments
 (0)