Compare commits

...

2 commits

Author SHA1 Message Date
Telesphoreo 2acb45e4e4 Update dependencies 2022-03-25 16:00:41 -05:00
Telesphoreo 58403d86c3 Update dependencies 2021-12-07 19:37:47 -06:00
3 changed files with 8 additions and 23 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ target/
.idea
*.iml
dependency-reduced-pom.xml
.DS_Store

28
pom.xml
View file

@ -7,7 +7,6 @@
<groupId>me.totalfreedom</groupId>
<artifactId>Minecraft-JDA</artifactId>
<version>1.0</version>
<name>Minecraft-JDA</name>
<properties>
@ -31,7 +30,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.3.0_277</version>
<version>4.4.0_351</version>
<scope>compile</scope>
</dependency>
@ -42,33 +41,18 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-websocket-client</artifactId>
<version>2.14</version>
<scope>compile</scope>
</dependency>
<!-- Required for both JDA and Pterodactyl integration -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20211205</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<scope>provided</scope>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
</dependencies>
@ -82,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>

View file

@ -1,5 +1,5 @@
name: JDA
version: 4.3.0_277
version: 4.4.0_351
author: scripthead
main: me.totalfreedom.jda.JDA
api-version: "1.17"