summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index e5b048f..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>discordjda</groupId>
- <artifactId>Selfbot</artifactId>
- <version>1.0-SNAPSHOT</version>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- </plugins>
- </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>
- <repository>
- <id>jcenter</id>
- <name>jcenter-bintray</name>
- <url>http://jcenter.bintray.com</url>
- </repository>
- </repositories>
-
- <properties>
- <jda.version>3.1.1_212</jda.version>
- </properties>
-
-</project> \ No newline at end of file