summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authormdway <romangraef@gmail.com>2017-07-27 08:20:56 +0200
committermdway <romangraef@gmail.com>2017-07-27 08:20:56 +0200
commit15fb7be69b3415bcba0011cb6fe369f1ca978a4f (patch)
tree7a8719a4d17fde1e78290db69ac1bb2c9aa8225a /pom.xml
parent23258f3a879fb2913b46ceebacae89bdad74cfd8 (diff)
downloadSelfbot-15fb7be69b3415bcba0011cb6fe369f1ca978a4f.tar.gz
Selfbot-15fb7be69b3415bcba0011cb6fe369f1ca978a4f.tar.bz2
Selfbot-15fb7be69b3415bcba0011cb6fe369f1ca978a4f.zip
Initial Push
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 315fecb..e5b048f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>