|
67 | 67 | <pattern>org.bstats</pattern> |
68 | 68 | <shadedPattern>lol.hyper.toolstats.bstats</shadedPattern> |
69 | 69 | </relocation> |
| 70 | + <relocation> |
| 71 | + <pattern>net.kyori.adventure</pattern> |
| 72 | + <shadedPattern>lol.hyper.toolstats.adventure</shadedPattern> |
| 73 | + </relocation> |
| 74 | + <relocation> |
| 75 | + <pattern>lol.hyper.githubreleaseapi</pattern> |
| 76 | + <shadedPattern>lol.hyper.toolstats.updater</shadedPattern> |
| 77 | + </relocation> |
70 | 78 | </relocations> |
71 | 79 | </configuration> |
72 | 80 | <executions> |
|
101 | 109 | <dependency> |
102 | 110 | <groupId>org.spigotmc</groupId> |
103 | 111 | <artifactId>spigot-api</artifactId> |
104 | | - <version>1.18.2-R0.1-SNAPSHOT</version> |
| 112 | + <version>1.19-R0.1-SNAPSHOT</version> |
105 | 113 | <scope>provided</scope> |
106 | 114 | </dependency> |
107 | | - <dependency> |
108 | | - <groupId>org.jetbrains</groupId> |
109 | | - <artifactId>annotations</artifactId> |
110 | | - <version>23.0.0</version> |
111 | | - <scope>compile</scope> |
112 | | - </dependency> |
113 | 115 | <dependency> |
114 | 116 | <groupId>org.bstats</groupId> |
115 | 117 | <artifactId>bstats-bukkit</artifactId> |
|
119 | 121 | <dependency> |
120 | 122 | <groupId>lol.hyper</groupId> |
121 | 123 | <artifactId>github-release-api</artifactId> |
122 | | - <version>1.0.1</version> |
123 | | - <scope>provided</scope> |
| 124 | + <version>1.0.2</version> |
| 125 | + <scope>compile</scope> |
| 126 | + <exclusions> |
| 127 | + <exclusion> |
| 128 | + <groupId>org.json</groupId> |
| 129 | + <artifactId>json</artifactId> |
| 130 | + </exclusion> |
| 131 | + </exclusions> |
124 | 132 | </dependency> |
125 | 133 | <dependency> |
126 | 134 | <groupId>net.kyori</groupId> |
127 | 135 | <artifactId>adventure-text-minimessage</artifactId> |
128 | 136 | <version>4.11.0</version> |
129 | | - <scope>provided</scope> |
| 137 | + <scope>compile</scope> |
130 | 138 | </dependency> |
131 | 139 | <dependency> |
132 | 140 | <groupId>net.kyori</groupId> |
133 | 141 | <artifactId>adventure-platform-bukkit</artifactId> |
134 | 142 | <version>4.1.0</version> |
135 | | - <scope>provided</scope> |
| 143 | + <scope>compile</scope> |
136 | 144 | </dependency> |
137 | 145 | </dependencies> |
138 | 146 | </project> |
0 commit comments