Fix pom.xml probably.
This commit is contained in:
parent
fe2f46938f
commit
a5bccb1657
2
pom.xml
2
pom.xml
|
@ -12,6 +12,7 @@
|
||||||
<url>https://m2.dv8tion.net/releases</url>
|
<url>https://m2.dv8tion.net/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.dv8tion</groupId>
|
<groupId>net.dv8tion</groupId>
|
||||||
|
|
Loading…
Reference in New Issue