File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
src/main/java/tc/oc/occ/database Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4040 </repositories >
4141
4242 <dependencies >
43- <!-- SportPaper 1.8 -->
43+ <!-- Intersected 1.8-1.21.1 jar -->
4444 <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 .1-SNAPSHOT</version >
4848 <scope >provided</scope >
4949 </dependency >
5050
7171 <scope >compile</scope >
7272 </dependency >
7373
74+ <!-- Annotations -->
75+ <dependency >
76+ <groupId >org.jetbrains</groupId >
77+ <artifactId >annotations</artifactId >
78+ <version >22.0.0</version >
79+ <scope >provided</scope >
80+ </dependency >
7481 </dependencies >
7582
7683 <build >
Original file line number Diff line number Diff line change 66import java .sql .DatabaseMetaData ;
77import java .sql .SQLException ;
88import java .util .concurrent .CompletableFuture ;
9- import javax .annotation .Nullable ;
109import org .bukkit .ChatColor ;
1110import org .bukkit .command .CommandSender ;
11+ import org .jetbrains .annotations .Nullable ;
1212
1313public class ConnectionPool {
1414
You can’t perform that action at this time.
0 commit comments