diff options
author | mdway <romangraef@gmail.com> | 2017-07-27 08:20:56 +0200 |
---|---|---|
committer | mdway <romangraef@gmail.com> | 2017-07-27 08:20:56 +0200 |
commit | 15fb7be69b3415bcba0011cb6fe369f1ca978a4f (patch) | |
tree | 7a8719a4d17fde1e78290db69ac1bb2c9aa8225a /pom.xml | |
parent | 23258f3a879fb2913b46ceebacae89bdad74cfd8 (diff) | |
download | Selfbot-15fb7be69b3415bcba0011cb6fe369f1ca978a4f.tar.gz Selfbot-15fb7be69b3415bcba0011cb6fe369f1ca978a4f.tar.bz2 Selfbot-15fb7be69b3415bcba0011cb6fe369f1ca978a4f.zip |
Initial Push
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -7,7 +7,7 @@ <groupId>discordjda</groupId> <artifactId>Selfbot</artifactId> <version>1.0-SNAPSHOT</version> - + <build> <plugins> <plugin> @@ -22,10 +22,20 @@ </build> <dependencies> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math3</artifactId> + <version>3.4</version> + </dependency> + <dependency> <groupId>net.dv8tion</groupId> <artifactId>JDA</artifactId> <version>${jda.version}</version> </dependency> + <dependency> + <groupId>net.dv8tion</groupId> + <artifactId>JDA-Client</artifactId> + <version>0.2.0_9</version> + </dependency> </dependencies> <repositories> |