Skip to content

Commit 029fdbc

Browse files
committed
Cleanup dependencies
1 parent d895e15 commit 029fdbc

File tree

1 file changed

+0
-61
lines changed

1 file changed

+0
-61
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3,72 +3,11 @@ metadata.format.version = "1.1"
33
[versions]
44
# Paper
55
paper = "1.18.2-R0.1-SNAPSHOT"
6-
# CloudNet
7-
cloudnet = "3.4.5-RELEASE"
8-
# Error Tracking
9-
sentry = "6.0.0"
10-
# Plugins
11-
shadow = "7.1.2"
12-
runPaper = "1.0.6"
13-
pluginYmlBukkit = "0.5.1"
14-
liquibase = "2.1.0"
15-
# Chat
16-
adventure = "4.10.1"
17-
# Commands
18-
cloud = "1.6.2"
19-
commodore = "1.13"
20-
# Database
21-
hibernate = "6.1.0.Final"
22-
hikaricp = "5.0.1"
23-
mariadbJavaClient = "3.0.5"
24-
redisson = "3.17.3"
25-
# Database Changelog
26-
liquibaseCore = "3.4.1"
27-
liquibaseHibernate5 = "4.9.1"
28-
296

307
[libraries]
318

329
# Paper
3310
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
34-
# Chat
35-
adventureApi = { group = "net.kyori", name = "adventure-api", version.ref = "adventure" }
36-
adventureMinimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure" }
37-
adventureSerializerPlain = { group = "net.kyori", name = "adventure-text-serializer-plain", version.ref = "adventure" }
38-
# Error Tracking
39-
sentry = { group = "io.sentry", name = "sentry", version.ref = "sentry" }
40-
sentryJul = { group = "io.sentry", name = "sentry-jul", version.ref = "sentry" }
41-
# CloudNet
42-
cloudnetPerms = { group = "de.dytanic.cloudnet", name = "cloudnet-cloudperms", version.ref = "cloudnet" }
43-
cloudnetBridge = { group = "de.dytanic.cloudnet", name = "cloudnet-bridge", version.ref = "cloudnet" }
44-
cloudnetDriver = { group = "de.dytanic.cloudnet", name = "cloudnet-driver", version.ref = "cloudnet" }
45-
# Cloud
46-
cloudPaper = { group = "cloud.commandframework", name = "cloud-paper", version.ref = "cloud" }
47-
cloudAnnotions = { group = "cloud.commandframework", name = "cloud-annotations", version.ref = "cloud" }
48-
cloudMinecraftExtras = { group = "cloud.commandframework", name = "cloud-minecraft-extras", version.ref = "cloud" }
49-
commodore = { group = "me.lucko", name = "commodore", version.ref = "commodore" }
50-
# Database
51-
hibernate = { group = "org.hibernate", name = "hibernate-core", version.ref = "hibernate" }
52-
hibernateEnvers = { group = "org.hibernate", name = "hibernate-envers", version.ref = "hibernate" }
53-
hibernateHikariCP = { group = "org.hibernate", name = "hibernate-hikaricp", version.ref = "hibernate" }
54-
mariadbJavaClient = { group = "org.mariadb.jdbc", name = "mariadb-java-client", version.ref = "mariadbJavaClient" }
55-
redisson = { group = "org.redisson", name = "redisson", version.ref = "redisson" }
56-
# Database Changelog
57-
liquibaseCore = { group = "org.liquibase", name = "liquibase-core", version.ref = "liquibaseCore" }
58-
liquibaseHibernate5 = { group = "org.liquibase.ext", name = "liquibase-hibernate5", version.ref = "liquibaseHibernate5" }
59-
6011
[bundles]
6112

62-
cloudnet = ["cloudnetPerms", "cloudnetBridge", "cloudnetDriver"]
63-
sentry = ["sentry", "sentryJul"]
64-
adventure = ["adventureApi", "adventureMinimessage", "adventureSerializerPlain"]
65-
cloud = ["cloudPaper", "cloudAnnotions", "cloudMinecraftExtras"]
66-
hibernate = ["hibernate", "hibernateHikariCP", "mariadbJavaClient", "hibernateEnvers"]
67-
liquibase = ["liquibaseCore", "liquibaseHibernate5"]
68-
6913
[plugins]
70-
71-
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
72-
runPaper = { id = "xyz.jpenilla.run-paper", version.ref = "runPaper" }
73-
pluginYmlBukkit = { id = "net.minecrell.plugin-yml.bukkit", version.ref = "pluginYmlBukkit" }
74-
liquibase = { id = "org.liquibase.gradle", version.ref = "liquibase" }

0 commit comments

Comments
 (0)