I think it was duplicated
This commit is contained in:
parent
3311bcd428
commit
4dd6b05bd0
1 changed files with 1 additions and 5 deletions
6
pom.xml
6
pom.xml
|
|
@ -56,7 +56,6 @@
|
|||
<artifactId>lavaplayer</artifactId>
|
||||
<version>1.3.32</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
|
|
@ -78,10 +77,6 @@
|
|||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
|
|
@ -120,6 +115,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>13</source>
|
||||
<target>13</target>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue