Skip to content

Commit 4c481e6

Browse files
committed
前提pluginを明記+余分なAPIを削除
1 parent ed64070 commit 4c481e6

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

pom.xml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.felnull</groupId>
88
<artifactId>BetterStorage</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>BetterStorage</name>
@@ -58,14 +58,6 @@
5858
<id>sonatype</id>
5959
<url>https://oss.sonatype.org/content/groups/public/</url>
6060
</repository>
61-
<repository>
62-
<id>xenondevs</id>
63-
<url>https://repo.xenondevs.xyz/releases</url>
64-
</repository>
65-
<repository>
66-
<id>jorel</id>
67-
<url>https://repo.codemc.org/repository/maven-public/</url>
68-
</repository>
6961
<repository>
7062
<id>net.azisaba</id>
7163
<url>https://repo.azisaba.net/repository/maven-public/</url>
@@ -79,27 +71,17 @@
7971
<version>1.16.5-R0.1-SNAPSHOT</version>
8072
<scope>provided</scope>
8173
</dependency>
82-
<dependency>
83-
<groupId>xyz.xenondevs.invui</groupId>
84-
<artifactId>invui</artifactId>
85-
<version>1.33</version>
86-
<type>pom</type>
87-
</dependency>
88-
<dependency>
89-
<groupId>dev.jorel</groupId>
90-
<artifactId>commandapi-bukkit-core</artifactId>
91-
<version>9.5.1</version>
92-
<scope>provided</scope>
93-
</dependency>
9474
<dependency>
9575
<groupId>dev.felnull</groupId>
96-
<artifactId>bettergui</artifactId>
97-
<version>1.0</version>
76+
<artifactId>BetterGUI</artifactId>
77+
<version>1.0.4</version>
78+
<scope>provided</scope>
9879
</dependency>
9980
<dependency>
10081
<groupId>dev.felnull</groupId>
10182
<artifactId>MariaIO</artifactId>
10283
<version>1.0-20241115.035849-1</version>
84+
<scope>provided</scope>
10385
</dependency>
10486
</dependencies>
10587

src/main/resources/plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ name: BetterStorage
22
version: '${project.version}'
33
main: dev.felnull.BetterStorage
44
api-version: '1.16'
5+
depend:
6+
- BetterGUI

0 commit comments

Comments
 (0)