File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed
src/main/java/tc/oc/occ/database Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 40
40
</repositories >
41
41
42
42
<dependencies >
43
- <!-- SportPaper 1.8 -->
43
+ <!-- Intersected 1.8-1.21.5 jar -->
44
44
<dependency >
45
- <groupId >app.ashcon </groupId >
46
- <artifactId >sportpaper </artifactId >
47
- <version >1.8.8-R0.1 -SNAPSHOT</version >
45
+ <groupId >dev.pgm.paper </groupId >
46
+ <artifactId >paper-api </artifactId >
47
+ <version >1.8_1.21.5 -SNAPSHOT</version >
48
48
<scope >provided</scope >
49
49
</dependency >
50
50
71
71
<scope >compile</scope >
72
72
</dependency >
73
73
74
+ <!-- Annotations -->
75
+ <dependency >
76
+ <groupId >org.jetbrains</groupId >
77
+ <artifactId >annotations</artifactId >
78
+ <version >26.0.2</version >
79
+ <scope >provided</scope >
80
+ </dependency >
81
+
82
+ <!-- BungeeCord api, same as in Paper 1.21 -->
83
+ <dependency >
84
+ <groupId >net.md-5</groupId >
85
+ <artifactId >bungeecord-api</artifactId >
86
+ <version >1.21-R0.2</version >
87
+ <scope >provided</scope >
88
+ </dependency >
74
89
</dependencies >
75
90
76
91
<build >
Original file line number Diff line number Diff line change 6
6
import java .sql .DatabaseMetaData ;
7
7
import java .sql .SQLException ;
8
8
import java .util .concurrent .CompletableFuture ;
9
- import javax .annotation .Nullable ;
10
9
import org .bukkit .ChatColor ;
11
10
import org .bukkit .command .CommandSender ;
11
+ import org .jetbrains .annotations .Nullable ;
12
12
13
13
public class ConnectionPool {
14
14
You can’t perform that action at this time.
0 commit comments