Skip to content

Commit bba9c93

Browse files
committed
[update] pom.xmlを更新
1 parent aa63e1a commit bba9c93

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888
<version>1.19.2-R0.1-SNAPSHOT</version>
8989
<scope>provided</scope>
9090
</dependency>
91+
<dependency>
92+
<groupId>net.md-5</groupId>
93+
<artifactId>bungeecord-api</artifactId>
94+
<version>1.19-R0.1-SNAPSHOT</version>
95+
<type>jar</type>
96+
<scope>provided</scope>
97+
</dependency>
9198
<dependency>
9299
<groupId>fr.mrmicky</groupId>
93100
<artifactId>fastboard</artifactId>
@@ -132,5 +139,11 @@
132139
<artifactId>annotations</artifactId>
133140
<version>23.0.0</version>
134141
</dependency>
142+
<dependency>
143+
<groupId>net.william278</groupId>
144+
<artifactId>Annotaml</artifactId>
145+
<version>2.0.1</version>
146+
<scope>compile</scope>
147+
</dependency>
135148
</dependencies>
136149
</project>

0 commit comments

Comments
 (0)